Hello Guys,
For create new Extend Node Type, i first need create the plugin structure and after follow steps for create Extend Node Type ?
For example:
- Step: Create plugin with command: yarn pm create @my-project/plugin-hello (https://docs.nocobase.com/development/your-fisrt-plugin)
- Step: Create Extend Node Type: using the tutorial: https://docs.nocobase.com/handbook/workflow/development/instruction
- Step: Create the new workflow and add the new Node for this workflow using the interface page inside nocobase plataform
Thank you