From a9002ef6d70227a7e5d7aac42f2631bc2b8c49bb Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 8 Mar 2015 09:26:45 +0100 Subject: [PATCH] Add a note about supported text ckeditor --- docs/reference/plugins.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/reference/plugins.rst b/docs/reference/plugins.rst index 2c176ea8c08..f605540a3ee 100644 --- a/docs/reference/plugins.rst +++ b/docs/reference/plugins.rst @@ -292,10 +292,13 @@ fallback icon. * ``icon_context``: A dictionary containing information about the needed icon like `width`, `height`, `theme`, etc -Usualy this method should return the icon url. But, it may depends on the text +Usually this method should return the icon url. But, it may depends on the text editor because what is needed may differ. Please consult the documentation of your text editor plugin. +This requires support from the text plugin; support for this is currently planned +for `djangocms-text-ckeditor `_ 2.5.0. + See also: `text_enabled`_ .. _get_extra_placeholder_menu_items: @@ -466,4 +469,6 @@ copy_url Returns the url to call to copy a plugin instance; useful to implement plugin-specific logic in a custom view -Default: None (``cms_page_copy_plugins`` view is used) \ No newline at end of file +Default: None (``cms_page_copy_plugins`` view is used) + +: _` \ No newline at end of file