Visual Builder plugin development
Summary:
Hi,
I have a few questions related to VBCS plugin development:
- Can a VBCS plugin be developed in Visual Builder or can also be done in Visual Builder Studio?
- After developing the plugin in VBCS, does it need to be published in VBCS before exporting?
- In the following grunt command mentioned in the plugin documentation, is the Service URL mandatory? I’m not developing any custom component, just a simple plugin.
- Is there any sample VBCS plugin available that I can refer to as a reference or starting point?
npm i && grunt vb-clean && grunt vb-process-local --url:ce=<Service URL> && grunt vb-package
Tagged:
0