- Issue created by @ryanrobinson_wlu
- Status changed to Closed: works as designed
over 1 year ago 11:22am 26 October 2023 - 🇵🇰Pakistan monymirza Islamabad
just remove
composer remove drupal/ckeditor_indentblock
and add again.
After enabling (Drupal 10.1, PHP 8.1), I get this white screen of death error:
Drupal\Core\Config\UnsupportedDataTypeConfigException: Invalid data type in config ckeditor_indentblock.schema, found in file modules/contrib/ckeditor_indentblock/config/schema/ckeditor_indentblock.schema.yml: Duplicate key "ckeditor5.plugin.ckeditor_indentblock_indent" detected at line 15 (near " label: 'Enable'"). in Drupal\Core\Config\FileStorage->read() (line 118 of core/lib/Drupal/Core/Config/FileStorage.php).
In the referenced file config/schema/ckeditor_indentblock.schema.yml, delete the repeated key for ckeditor5.plugin.ckeditor_indentblock_indent. That appears to work for me so far.
Closed: works as designed
1.0
Code
just remove composer remove drupal/ckeditor_indentblock
and add again.