{ "info": { "author": "Kristian \u00d8llegaard, Benjamin Wohlwend", "author_email": "kristian@oellegaard.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "cmsplugin-text-ng\n=================\n\nAn enhanced version of the ``Text`` plugin for `django CMS`_. It allows wrapping\nthe text plugin inside a template selectable by the CMS content editor.\n\n.. note::\n This plugin is not meant to replace ``cms.plugins.text``. It is an\n enhancement for certain use cases. For most types of content, you should\n probably still use ``cms.plugins.text`` or write a specifically tailored\n plugin.\n\nRequirements\n------------\n\n* Django 1.4+\n* Django CMS 2.3+\n* djangocms-text-ckeditor (only if using cms 3+)\n\n\nInstallation\n------------\n\n * Add ``cmsplugin_text_ng`` to your ``INSTALLED_APPS``.\n * Create some templates (more on that soon) and add them in the admin.\n\n\nBasic example: static template\n------------------------------\n\nLet's say you want to have a text plugin with a facebook \"like\" button. Your\ntemplate could look something like this::\n\n