REMINDER
-
I wanted to make a simple plugin, but there's no docs.
Is there a full plugin sample with comments we can use?
I'm guessing it's:
- brush.html is the setup page
- brush.js is the configuration scripting
- front.js is the front-end scripting.
But where to setup the component for dragging the plugin to a page?
Where are settings stored/persisted? -
@Wassim @Joseph-Benguira Any update on this? I really would like to use it.
-
Hi, Sorry for the delay we're working on a big update on the Support Documentation, this topic is added to the list but it is not written yet.
You're right about your deductions of the different files.
To setup the component for dragging the plugin to a page you just have to publish it to the marketplace and specify your component.
We don't provide storage settings so you can: set it on attrs for non private data and create a backend for private data.