{ "info": { "author": "Jeremy Spencer", "author_email": "jeremytiki@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "============================\nDjango CMS Bootstrap Columns\n============================\nDjango CMS Bootstrap Columns is a plugin for Django CMS [http://djangocms.org]\nand aims to provide the Twitter Bootstrap [http://getbootstrap] grid system for \nDjango CMS.\n\nCurrently this package provides three plugins:\n* Bootstrap Container\n* Bootstrap Row\n* Bootstrap Column\n\n===================\nBootstrap Container \n===================\nThis plugin generates a basic div to act as the bootstrap container. The\ncontainer provides the following options:\n* Title - Just a name for the plugin\n* Classes - allows additional classes to be added\n* Element ID - allows users to add id attributes\n* Element Style - allows users to add the style attribute and inline styles\n* Is Fluid - a boolean which swaps between container and container-fluid\nThis plugin can be put inside any other plugin (allows any parent), but can\nonly have Bootstrap Row Plugins placed inside of it (as child plugins).\n\n=============\nBootstrap Row\n=============\nThis plugin generates a div that acts as a bootstrap row. The row provides the\nfollowing options:\n* Title - Just a name for the plugin\n* Classes - allows additional classes to be added\n* Element ID - allows users to add id attributes\n* Element Style - allows users to add the style attribute and inline styles\nThis plugin can be put inside any other plugin (allows any parent), but can\nonly have Bootstrap Column Plugins placed inside of it (as child plugins).\n\n================\nBootstrap Column\n================\nThis pluging enerates a div that acts as bootstrap column (col-). The column\nprovides the following options:\n* Title - Just a name for the plugin\n* Classes - allows additional classes to be added\n* Element ID - allows users to add id attributes\n* Element Style - allows users to add the style attribute and inline styles\n* Mobile/Small/Medium/Large Device Width - Uses a dropdown/choice field select\n a value between 0 - 12. This value affects the width of the column. Example:\n if you set Mobile Device Width to 4/12, the column will generate with \n col-xs-4.\n* Hide on Mobile/Small/Medium/Large adds the bootstrap class ```hidden_$1```\n* Mobile/Small/Medium/Large Offset - Sets bootstarp offset values\n* Mobile/Small/Medium/Large Pull - Sets bootstarp pull values\n* Mobile/Small/Medium/Large Push - Sets bootstarp push values", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jtiki/djnagocms_plugin_bootstrap_columns", "keywords": "django,djangocms,django-cms,plugin,bootstrap,columns", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "djangocms-bootstrap-columns", "package_url": "https://pypi.org/project/djangocms-bootstrap-columns/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djangocms-bootstrap-columns/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jtiki/djnagocms_plugin_bootstrap_columns" }, "release_url": "https://pypi.org/project/djangocms-bootstrap-columns/0.1/", "requires_dist": null, "requires_python": null, "summary": "Adds three plugins (container, row, columns) for Twitter Bootstrap", "version": "0.1" }, "last_serial": 1473481, "releases": { "0.1": [] }, "urls": [] }