1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00
This commit is contained in:
ericgaspar 2022-08-27 09:14:10 +02:00
parent bded059cd5
commit 1749903d6e
2 changed files with 9 additions and 3 deletions

View file

@ -30,10 +30,10 @@
"link": "http://__DOMAIN__/about",
"description": "__FEED_DESCRIPTION__",
"author": {
"name": "Author Name",
"email": "author@somewhere.example"
"name": "__AUTHOR_NAME__",
"email": "__AUTHOR_EMAIL__"
},
"copyright": "Copyright Text"
"copyright": "__COPYRIGHT_TEXT__"
},
"copyright": {
"content": "All Content herein Public Domain and User Contributed."

View file

@ -39,3 +39,9 @@ services = ["__APP__"]
type = "string"
help = "Set the author email for the RSS feed"
bind = "email:/var/www/__APP__/config.json"
[main.rss.copyright_text]
ask = "Copyright Text"
type = "string"
help = "Set copyright text for the RSS feed"
bind = "email:/var/www/__APP__/config.json"