ckeditor
Here are 256 public repositories matching this topic...
📝 Provide a description of requested docs changes
The execute event fired at listed components is not documented, and it emits a specific type of data.
-
Updated
Jun 25, 2020 - PHP
If the manager's URI contains GET params, using the language switcher uses a hash instead of question mark. This causes the manager not to refresh (hash change does not generate page reload), and language is not changed.
Should the hash not be replaced by an ampersand?
There is "Try it out Test ckeditor in your browser." link/box in ckeditor package page which uses tonicdev.com playground/sandbox to show packages examples in browser.
For CKEditor it does not work out of the box so we should provide working example.
I posted an issue on npm/newww, asking how it should be done correctly for frontend packages like CKEditor, see https://github.com/npm/newww/issues
-
Updated
Mar 16, 2017 - JavaScript
Hi everyone
Small suggestion about the documentation, what about adding a "recipe" about using Encore in order to install a plugin ?
Small example:
Plugin support
==============
The bundle offers you the ability to manage extra plugins. To understand how it
works, you will enable the `Wordcount`_ plugin for our CKEditor widget.
Install the Plugin
-------------------
Updated
Jun 6, 2020 - HTML
This is the definition:
bitbag_sylius_cms_plugin_shop_block_render:
path: /block/{code}
methods: [GET]
defaults:
_controller: bitbag_sylius_cms_plugin.controller.block:renderBlockAction
_sylius:
repository:
method: findOneByCode
arguments:
- $codeThe bottom part is ignored:
Can someone please provide an example on how to use it as a model field with CMS plugins?
Also I believe extending the documentation on "How to include as a model field" section would be good. It does talk about changing from HTMLField to a PlaceholderField however no example is given. It would be good to see a working example. There were no examples available through Google.
-
Updated
Aug 29, 2019 - JavaScript
Hi!
I cannot create new content elements on a blank page. Drag & drop is not working. I can just drag new content elements on a page where content elements already exist.
TYPO3 8.7.19
frontend_editing 1.3.7
-
Updated
Oct 28, 2016 - HTML
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Jun 5, 2020 - Python
-
Updated
May 28, 2020 - PHP
-
Updated
Sep 10, 2015 - PHP
-
Updated
Feb 20, 2020 - PHP
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
Jul 1, 2020 - Java
-
Updated
Jan 4, 2019 - Ruby
Improve this page
Add a description, image, and links to the ckeditor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ckeditor topic, visit your repo's landing page and select "manage topics."
We are getting requests from users looking for Find & Replace in CKEditor 5. I was surprised to see that we actually do not have any feature documentation for it in CKEditor 4 although the feature itself is not available in the standard demo and as such may be hard to find.