1. View parameter information
To open the detailed information of a parameter, just follow the steps below:
In the parameter list, find the parameter you want to view and click the "Edit" button on the right.
A dialog box with parameter details will pop up, showing all the information of the parameter.
In the pop-up window, you can clearly view the following content:
Parameter name and key name: used for user interface display and system internal identification respectively.
Parameter value and type: the currently set value, and its data type (such as text, image, JSON, etc.).
Parameter description: briefly describe the purpose or function of the parameter to facilitate team collaboration and understanding.
Sorting settings: control the display order of the parameter in the interface or system.
System parameter identification: shows whether the parameter is a system core parameter (usually read-only or restricted to modification).
📝 Warm reminder: System parameters are generally key configurations, please make sure you understand their functions before operation.
2. Parameter value preview method
When viewing the details, the system will also provide a corresponding "value preview" method according to the parameter type, allowing you to identify at a glance whether the content is set correctly:
📝 Text parameter: Display the content directly in plain text, supporting multi-line viewing.
🖼️ Image parameter: Provides image preview thumbnails to facilitate confirmation of whether the upload is correct.
🔢 Numeric parameter: Clearly display the specific value, including integers and decimals.
🧩 JSON parameter: Display in a formatted structure, convenient for viewing the hierarchy and key-value relationship.
🌐 HTML parameter: Display HTML content in code form, supporting copying and viewing rich text structure.