create_plugin_structure
Generate the initial file structure for a new plugin in Webasyst framework projects, specifying app ID, plugin ID, and name to set up development.
Instructions
Создать структуру нового плагина
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ID приложения | |
| plugin_id | Yes | ID плагина | |
| plugin_name | Yes | Название плагина |