mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added customThemes limit to config example
refs https://github.com/TryGhost/Team/issues/590 - The "allowList" type of configuration was missing from the example, added it for reference
This commit is contained in:
parent
37fa30fd6b
commit
12b31a7b4b
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ const limits = {
|
|||
disabled: true,
|
||||
error: 'All our official built-in themes are available the Starter plan, if you upgrade to one of our higher tiers you will also be able to edit and upload custom themes for your site.'
|
||||
},
|
||||
// customThemes: {
|
||||
// allowlist: ['casper', 'dawn', 'lyra'],
|
||||
// error: "All our official built-in themes are available the Starter plan, if you upgrade to one of our higher tiers you will also be able to edit and upload custom themes for your site."
|
||||
// },
|
||||
customIntegrations: {
|
||||
disabled: true,
|
||||
error: 'You can use all our official, built-in integrations on the Starter plan. If you upgrade to one of our higher tiers, you’ll also be able to create and edit custom integrations and API keys for advanced workflows.'
|
||||
|
|
Loading…
Add table
Reference in a new issue