Fixed dead URLs
This commit is contained in:
parent
96f06b42e2
commit
126bb92546
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
{"value": "JOIN_BETA",
|
{"value": "JOIN_BETA",
|
||||||
"title": "Join the Beta Program",
|
"title": "Join the Beta Program",
|
||||||
"description": "Enables the use of beta versions when updating. Read more about this <a target='_blank' href='https://s.llc.ovh/b'>here</a>."
|
"description": "Enables the use of beta versions when updating. Read more about this <a target='_blank' href='https://linkstack.org/b'>here</a>."
|
||||||
},
|
},
|
||||||
|
|
||||||
{"value": "SKIP_UPDATE_BACKUP",
|
{"value": "SKIP_UPDATE_BACKUP",
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
|
|
||||||
{"value": "ENABLE_SOCIAL_LOGIN",
|
{"value": "ENABLE_SOCIAL_LOGIN",
|
||||||
"title": "Enable social login",
|
"title": "Enable social login",
|
||||||
"description": "Enables social login. This option requires further setup. Read more about this <a target='_blank' href='https://s.llc.ovh/social-login'>here</a>."
|
"description": "Enables social login. This option requires further setup. Read more about this <a target='_blank' href='https://linkstack.org/social-login'>here</a>."
|
||||||
},
|
},
|
||||||
|
|
||||||
{"value": "USE_THEME_PREVIEW_IFRAME",
|
{"value": "USE_THEME_PREVIEW_IFRAME",
|
||||||
|
|
|
@ -90,7 +90,7 @@ ALLOW_CUSTOM_CODE_IN_THEMES=true
|
||||||
ENABLE_THEME_UPDATER=true
|
ENABLE_THEME_UPDATER=true
|
||||||
|
|
||||||
#Needs to be configured first.
|
#Needs to be configured first.
|
||||||
#Read more at: https://s.llc.ovh/social-login
|
#Read more at: https://linkstack.org/social-login
|
||||||
ENABLE_SOCIAL_LOGIN=false
|
ENABLE_SOCIAL_LOGIN=false
|
||||||
|
|
||||||
#Sets if a plain PNG or iframe should be used for the theme preview image
|
#Sets if a plain PNG or iframe should be used for the theme preview image
|
||||||
|
|
|
@ -167,7 +167,7 @@ return [
|
||||||
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
|
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
|
||||||
|
|
|
|
||||||
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
|
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
|
||||||
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on s.llc.ovh/fa.
|
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on linkstack.org/fa.
|
||||||
|
|
|
|
||||||
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
|
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
|
||||||
| If you don't feel comfortable working with CSS,
|
| If you don't feel comfortable working with CSS,
|
||||||
|
|
Loading…
Reference in New Issue