Use siteconfig.json to switch parts of the content page OFF.
You can:
Use siteconfig.json to switch parts of the content page OFF.
You can:
Under each item you have 3 choices:
True | False | |
enabled | A user can set the variable in the settings menu. The variable is visible in the settings menu. The item is visible in the website if the defaultValue is set to TRUE. The item is not visible in the website if the defaultValue is set to FALSE. | A user cannot change the visibility of the item in the website. The variable is visible in the settings menu. The item is visible in the website if the defaultValue is set to TRUE. The item is not visible in the website if the defaultValue is set to FALSE. |
visible | Variable is visible in the settings menu. The items initial visibility is set by the default value. The items visibility in the website can be changed. | Variable is not visible in the settings menu. The items visibility is set by the default value. The items visibility in the website cannot be changed. |
defaultValue | Visible in the website. | Not visible in the website. |