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
desc"Generates a Strapi component and related files"
6
+
7
+
argument:component_name,type: :string,required: true,desc: "Name of your component, do not include Cms:: namespace, we automatically add this"
8
+
argument:component_type,type: :string,required: true,desc: "Name of the type you assigned your component to, e,g blocks"
9
+
class_option:strapi_params,type: :array,default: [],desc: "A list of params you want to include from strapi, please provide these matching the case you have used in Strapi"
0 commit comments