Global feature settings default settings, if the default settings do not meet your needs, you can also customize new settings.
The default settings can be set to:
- The website name will be appended as a suffix to the webpage title, usually filled with the brand name of the website, for example: AnQi CMS.
- The website logo can be uploaded here. It is used for template calling and display on the web page.
- Record number If your website has a record, you can fill in your website record number here, do not need to fill in the suffix -1, which can be used to generate the record number link information for the template.
- Copyright information is generally used for template call information in the footer of web pages.
- The default language package currently includes Chinese and English. After setting the language package, when accessing, some built-in display information will be displayed according to the selected language.[en] Note that this will only modify the built-in text, and the articles on the template, as well as the documents.Category and content text will not change due to the language pack set here.
- The website status can be set to determine whether users can access the content inside your website. When you choose the offline mode, users will only see the offline notice message.
- The shutdown prompt is used to display information to users when the website is in shutdown status.
Custom settings parameter
When the built-in parameters cannot meet the call needs of your template, you can set custom parameters to add some parameters you need to call, as shown in the example, we added the help pageHelpUrl
This custom parameter, when the template is called, can be accessed through.HelpUrl
The link address to call the help page.
Here are some points to note:
- The parameter name is the name provided for template calls, which will be automatically converted to camel case, that is, the first letter of each word is capitalized and there is no space in between.Here you can also set the parameter name in Chinese, but it is recommended to use English.
- Parameter value is the content displayed after calling the template parameter name.
- Note: This note will not be called by the template, it is only used to better identify the purpose of this custom parameter for future reference and modification.