Actions
Feature #103242
openImport IndentBlock from ckeditor5-indent
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-03-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
ckeditor5 indent
Complexity:
easy
Sprint Focus:
Description
To be able to use custom classes for blocks like
indentBlock:
classes:
- 'ps-2'
- 'ps-3'
- 'ps-4'
I think in file Build/Sources/TypeScript/rte_ckeditor/ckeditor5.ts instead of
{ module: '@ckeditor/ckeditor5-indent', exports: ['Indent'] },
it should be
{ module: '@ckeditor/ckeditor5-indent', exports: ['Indent','IndentBlock'] },
Actions