+
+ plugins: {
+ core: {templates: {{serialized_templates|safe}}}
+ },
+
+ toolbar: [
+ ['core.undo', 'core.redo'],
+
+ [
+ {actionName: 'core.switchToHeader'},
+ {actionName: 'core.switchToParagraph'},
+ 'core.toggleBulletList', 'core.toggleEnumList'
+ ],
+
+ [
+ {actionName: 'core.emphasis', actionConfig: {label: 'wyróżnienie'}},
+ {actionName: 'core.cite', actionConfig: {label: 'cytat'}},
+ {actionName: 'core.link'}
+ ],
+
+ ['core.template']
+ ],