Admin can create a new snippet by clicking on create button from the listing page.

View Area
Choose the option where you want to add JavaScript snippet. Support 3 areas – Backend, frontend and both.
Name
Define your snippet name
Script Tag
With <script>
Tag – You can add JS with <script>
Tag
Witout <script>
Tag – If you want to add any external JS file, then use this options
Code
Wrinte your JavaScript code in this field. Editor also provides beautify and fullscreen option.
Description
Enter a description about your JavaScript snippet. It’s optional.
Status
Activate/deactivate snippet. If it’s activated then your snippet code will be rendered based on selected area type.