mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
Fix
This commit is contained in:
parent
bded059cd5
commit
1749903d6e
2 changed files with 9 additions and 3 deletions
|
@ -30,10 +30,10 @@
|
||||||
"link": "http://__DOMAIN__/about",
|
"link": "http://__DOMAIN__/about",
|
||||||
"description": "__FEED_DESCRIPTION__",
|
"description": "__FEED_DESCRIPTION__",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Author Name",
|
"name": "__AUTHOR_NAME__",
|
||||||
"email": "author@somewhere.example"
|
"email": "__AUTHOR_EMAIL__"
|
||||||
},
|
},
|
||||||
"copyright": "Copyright Text"
|
"copyright": "__COPYRIGHT_TEXT__"
|
||||||
},
|
},
|
||||||
"copyright": {
|
"copyright": {
|
||||||
"content": "All Content herein Public Domain and User Contributed."
|
"content": "All Content herein Public Domain and User Contributed."
|
||||||
|
|
|
@ -39,3 +39,9 @@ services = ["__APP__"]
|
||||||
type = "string"
|
type = "string"
|
||||||
help = "Set the author email for the RSS feed"
|
help = "Set the author email for the RSS feed"
|
||||||
bind = "email:/var/www/__APP__/config.json"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue