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
I do not want the user to be prompted to add class features. In general, a flag to disable "unexpected" side-effects such as this, would be a great improvement to the API.
Implemented with the following options on createEmbeddedDocuments:
{addFeatures?: boolean;// if set to `false` short circuts the whole feature application flowpromptAddFeatures?: boolean;// if set to `false` skips the prompt and simply adds the features as 1.2.4 does today}
The text was updated successfully, but these errors were encountered:
Originally in GitLab by @TheGiddyLimit
As a module developer, when I run this:
I do not want the user to be prompted to add class features. In general, a flag to disable "unexpected" side-effects such as this, would be a great improvement to the API.
Implemented with the following options on
createEmbeddedDocuments
:The text was updated successfully, but these errors were encountered: