You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CLI provides a select command which allows the user to create a field-plugin (aka FieldType) boilerplate/structure quickly.
This command is working fine but it just provides template for the legacy version, meaning only to Vue 2.5.
Since now the new field-plugin SDK is framework-agnostic, meaning that it will work regardless of the developer framework choice, we could update this command to use, under the hood, the handy field-plugin-cli which also allow the user to create field-plugin templates, but while taking into consideration, the newest SDK version and allowing them to choose which framework they want to get started with.
The text was updated successfully, but these errors were encountered:
Currently, the CLI provides a
select
command which allows the user to create a field-plugin (aka FieldType) boilerplate/structure quickly.This command is working fine but it just provides template for the legacy version, meaning only to Vue 2.5.
Since now the new field-plugin SDK is framework-agnostic, meaning that it will work regardless of the developer framework choice, we could update this command to use, under the hood, the handy field-plugin-cli which also allow the user to create field-plugin templates, but while taking into consideration, the newest SDK version and allowing them to choose which framework they want to get started with.
The text was updated successfully, but these errors were encountered: