Closed projkin closed 5 years ago
Its not correct
For richtext you can use mode and select one of the system types
Have variants with different height
Its not correct
For richtext you can use mode and select one of the system types
Have variants with different height
Да, на самом делеле оно работало, но я хотел отменить эти изменения через 5 мин после отправки, так как они повлияли на richtext поля content, при тестировании этот момент пропустил. Я не силен с управлением на github, возможно не правильно отменил изменения из-за этого вам пришлось тратить на это время =)
Added "height" attribute for "richtext" field types. Example:
$settings = [ 'display' => 'vertical', 'fieldname' => [ 'caption' => 'Field Caption', 'type' => 'richtext', 'height' => '120', ], ]