We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system
metaschema
metadomain/schemas/Category.js:
metadomain/schemas/Category.js
Line 6 in 243ec8a
metaschema/lib/schema.js
const SCOPE = ['application', 'global', 'local'];
I think this should be fixed to:
scope: { enum: ['application', 'global', 'local'], default: 'application' },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
metadomain/schemas/Category.js
:metadomain/schemas/Category.js
Line 6 in 243ec8a
metaschema/lib/schema.js
:https://github.com/metarhia/metaschema/blob/4f1c314aa2e5d6d4b7b8748b72499ef53d080644/lib/schema.js#L12
I think this should be fixed to:
The text was updated successfully, but these errors were encountered: