Closed (fixed)
Project:
Insert Block
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2024 at 08:08 UTC
Updated:
23 Jun 2026 at 14:25 UTC
Jump to comment: Most recent
Hello.
I have the next problem.
In text formats and editors I use ckeditor5 in full html. If I uncheck insert blocks, the following error is shown and I cannot save the configuration:
Error message
'check_roles' is not a supported key.
I have this problem since I updated from 10.2.7. to 10.3.0
¿How can i fix this?
Thanks
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kapetan commentedAdd:
insert_block\config\schema\insert_block.schema.yml
file with the following content and clear cache with drush cr before testing.
filter_settings.filter_insert_block:
type: filter
label: 'Insert Block Filter'
mapping:
check_roles:
type: boolean
label: 'Check roles permissions'
Comment #3
antcab commentedI had a problem with openAI ckeditor5 module.
I uninstalled it and all was fine again
Thank you very much.
Comment #6
elkaro commentedComment #7
akki123 commentedShould be like this in config/schema/insert_block.schema.yml
Comment #8
elkaro commentedThanks. The indentation was added to issue fork merge request.
Comment #10
marcoka commentedInfo about the type: filter
https://www.drupal.org/node/3419181
Comment #11
igor mashevskyi commentedComment #12
igor mashevskyi commentedComment #17
igor mashevskyi commented