From 97d4802723261fde9c4e73dc27bcee763fdd6ed7 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Sat, 30 Nov 2024 20:42:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20metadata=20for=20BlueSky?= =?UTF-8?q?=20configuration=20#23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...dditional-spring-configuration-metadata.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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",