Module Editor
In the Module Editor, the module ID and configuration details of a module can be viewed and edited in JSON format. Additionally, older versions of the module can be viewed and restored.
Edit Module in JSON Format
Under the module ID, there is the module editor where the configuration details of the module can be viewed and edited in JSON format.
At the top right corner of the editor, there are buttons "Format JSON" and "Sort JSON". Clicking these buttons can make the structure of the JSON format more organized and consistent.
The two buttons and
at the top of the editor can also help when editing the JSON format. Clicking the undo icon
will undo the last change, and clicking the redo icon
will redo the last undone action.
Clicking the "Save" button will make the new version the current version of the module. Clicking the "Revert" button will discard the displayed version, and the original version of the module remains unchanged.
View and Restore Older Versions of the Module
Under the module editor, there is the version history of the module in a dropdown menu "Module Versions". Here, all previous versions of the module are listed with creation date and time. Clicking on a version will display the configuration details of that version in JSON format in the module editor.
Clicking the "Save" button will make the displayed version the current version of the module. Clicking the "Revert" button will discard the displayed version, and the current version of the module remains unchanged.