diff --git a/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/src/main/resources/META-INF/additional-spring-configuration-metadata.json index c0240a9..dff9ab4 100644 --- a/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -5,6 +5,21 @@ "type" : "java.lang.String", "description" : "The password to get admin access (empty = disabled)." }, + { + "name" : "apus.bluesky.hashtags", + "type" : "java.lang.String", + "description" : "A list of comma separated hashtags for BlueSky posts." + }, + { + "name" : "apus.bluesky.instance", + "type" : "java.lang.String", + "description" : "The BlueSky instance used to read the posts from." + }, + { + "name" : "apus.bluesky.postAPI", + "type" : "java.lang.String", + "description" : "The URL of the BlueSky API to read the posts." + }, { "name" : "apus.custom.styles", "type" : "java.lang.String", @@ -83,7 +98,7 @@ { "name" : "apus.mastodon.hashtags", "type" : "java.lang.String", - "description" : "A list of comma separated hashtags for the Mastodon wall." + "description" : "A list of comma separated hashtags for Mastodon posts." }, { "name" : "apus.mastodon.imageLimit",