Skip to content

Commit

Permalink
WYSIWYG option for Blog is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vince committed Mar 5, 2023
1 parent 9678fb2 commit fefa6e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lang/cs/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'categories' => 'Kategorie',
'deprecated' => 'Zastaralé',
'static_menu' => 'Rozšíření menu',
'blog_editor' => 'Editor obsahu',
'blog_editor' => 'Editor obsahu (zastaralé)',
'october_admins' => 'Administrátoři',
'twig' => 'Rozšíření pro Twig',
'components' => 'Komponenty',
Expand All @@ -44,7 +44,7 @@
'remove_excerpt_description' => 'Pokud je povoleno, pole perex bude skryté.',

'enable_wysiwyg' => 'Povolit WYSIWYG editor',
'enable_wysiwyg_description' => 'Nahradí výchozí Markdown editor za Richtext editor.',
'enable_wysiwyg_description' => 'Zastaralá volba. Plugin Railab.Blog nyní toto sám umožňuje.',
'enable_wysiwyg_toolbar' => 'Vlastní tlačítka editoru',
'enable_wysiwyg_toolbar_description' => 'Nechte prázdné pro výchozí sadu. <a href="https://octobercms.com/docs/backend/forms#widget-richeditor" target="_blank">Přehled tlačítek</a>.',
'enable_featured_image' => 'Obrázek příspěvku ze Správce médií',
Expand Down
4 changes: 2 additions & 2 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'categories' => 'Categories',
'deprecated' => 'Deprecated',
'static_menu' => 'Menu extensions',
'blog_editor' => 'Content editor',
'blog_editor' => 'Content editor (deprecated)',
'october_admins' => 'Administrators',
'twig' => 'Twig extensions',
'components' => 'Components',
Expand All @@ -45,7 +45,7 @@
'remove_excerpt_description' => 'When enabled, default excerpt field will be hidden from blog post form.',

'enable_wysiwyg' => 'Enable WYSIWYG editor for Rainlab.Blog plugin?',
'enable_wysiwyg_description' => 'Replace default Markdown editor with Richtext.',
'enable_wysiwyg_description' => 'Deprecated option! Rainlab.Blog plugin now allows this directly.',
'enable_wysiwyg_toolbar' => 'Custom editor toolbar buttons (leave blank for default set)',
'enable_wysiwyg_toolbar_description' => '<p><small>Here you can change editor toolbar buttons. <a href="https://octobercms.com/docs/backend/forms#widget-richeditor" target="_blank">Look at avalable types.</a> Or you can try to <a href="https://www.froala.com/wysiwyg-editor/examples/custom-buttons" target="_blank">define your own custom buttons.</a></small></p>',
'enable_featured_image' => 'Post featured image from media manager',
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,6 @@
1.19.0:
- Updated OC3 compatibility
1.19.1:
- Fixed truncate Twig filter to support UTF8
- Fixed truncate Twig filter to support UTF8
1.19.2:
- WYSIWYG option for Blog is now deprecated

0 comments on commit fefa6e9

Please sign in to comment.