Metadata-Version: 2.1
Name: imio.ckeditortemplates
Version: 0.2.6
Summary: Initialisation of CKEditor templates for IMIO
Home-page: http://pypi.python.org/pypi/imio.ckeditortemplates
Author: Benoît Suttor
Author-email: benoit.suttor@imio.be
License: BSD
Description: ======================
        imio.ckeditortemplates
        ======================
        
        Initialisation of CKEditor templates for IMIO
        
        * `Source code @ GitHub <https://github.com/IMIO/imio.ckeditortemplates>`_
        * `Releases @ Imio <http://pypi.imio.be/imio/imio/+simple/imio.ckeditortemplates/>`_
        
        
        How it works
        ============
        
        This module has a dependency with :
        * collective.ckeditortemplate
        
        
        Installation
        ============
        
        Dev
        ---
        
        Clone this repo, go into the package (cd imio.ckeditortemplates) and launch :
        
        
            make buildout
            
            bin/instance fg
        
        Production
        ----------
        
        To install `imio.ckeditortemplates` you simply add ``imio.ckeditortemplates``
        to the list of eggs in your buildout, run buildout and restart Plone.
        Then, install `imio.ckeditortemplates` using the Add-ons control panel.
        
        Changelog
        =========
        
        0.2.6 (2018-07-02)
        ------------------
        
        - Change font-size for icons.
          [mgennart]
        
        0.2.5 (2018-06-13)
        ------------------
        
        - css fix for icons.
          [mgennart]
        
        0.2.4 (2018-06-12)
        ------------------
        
        - Change css for icon.
          [mgennart]
        
        0.2.3 (2015-11-27)
        ------------------
        
        - Now able to be installed with dexterity (plone.app.contenttypes)
          [bsuttor]
        
        
        0.2.2 (2015-09-28)
        ------------------
        
        - Suppression attribut style setuphandlers.
        
        
        0.2.1 (2015-01-20)
        ------------------
        
        - Check if exists transtion on publish
        
        
        0.2.0 (2015-01-16)
        ------------------
        
        - Add upgrade step for re setting ckeditor settings.
        
        
        0.1.9 (2014-11-18)
        ------------------
        
        - change css ,modified images and change template.
        
        
        0.1.8 (2014-08-11)
        ------------------
        
        - Add CreateDiv and Iframe into ckeditor toolbar.
        
        
        0.1.7 (2014-07-09)
        ------------------
        
        - Fix typo.
        
        
        0.1.6 (2014-07-09)
        ------------------
        
        - Do not readd templates if they exist.
        
        
        0.1.5 (2014-06-26)
        ------------------
        
        - Use image2 plugins from ckeditor.
        
        
        0.1.4 (2014-06-19)
        ------------------
        
        - Update ckeditor styles.
        
        
        0.1.3 (2014-06-17)
        ------------------
        
        - Add ckeditor toolbar Custom on install.
        
        
        0.1.2 (2014-06-13)
        ------------------
        
        - Add ckeditor propertiestool.
          [bsuttor]
        
        - Add integration test.
          [bsuttor]
        
        
        
        0.1.1 (2014-05-23)
        ------------------
        
        - Add forgot default/imio.ckeditortemplates.txt file.
          [bsuttor]
        
        
        0.1 (2014-05-23)
        ----------------
        
        - Package created using mr.bob
          [bsuttor]
        
Keywords: Plone Python
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Provides-Extra: test
