Project

General

Profile

Actions

Feature #103242

open

Import IndentBlock from ckeditor5-indent

Added by Sven Wappler 2 months ago. Updated about 1 month ago.

Status:
New
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

Also available in: Atom PDF