Skip to content
New issue

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

Add disallow rules in the Schema #15916

Merged
merged 7 commits into from
Jun 3, 2024
Merged

Add disallow rules in the Schema #15916

merged 7 commits into from
Jun 3, 2024

Conversation

map-r
Copy link
Contributor

@map-r map-r commented Feb 23, 2024

Suggested merge commit message (convention)

Feature (engine): Schema now supports disallowing items. Introduced SchemaItemDefinition#disallowIn, #disallowChildren and #disallowAttributes. Closes #15835.

… `SchemaItemDefinition#disallowIn`, `#disallowChildren` and `disallowAttributes`.
coderabbitai[bot]

This comment was marked as off-topic.

@scofalik scofalik requested a review from niegowski May 16, 2024 16:48
coderabbitai[bot]

This comment was marked as off-topic.

Copy link
Contributor

@niegowski niegowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I'd suggest adding disallow rules info to the SchemaItemDefinition API description - https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_model_schema-SchemaItemDefinition.html.

@ckeditor ckeditor deleted a comment from coderabbitai bot Jun 3, 2024
@scofalik scofalik merged commit abcd7aa into master Jun 3, 2024
7 checks passed
@scofalik scofalik deleted the ck/15835 branch June 3, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement children and attributes disallowing in Schema
3 participants