@@ -14,27 +14,31 @@ currently used frontend framework such as Bootstrap, or its specific version.
1414Key features
1515============
1616
17- - Support of `Bootstrap 5 <https://getbootstrap.com >`_, django CMS 3.8+
18- and the new upcoming major django CMS 4.
17+ - Support of `Bootstrap 5 <https://getbootstrap.com >`_, django CMS 3.8+
18+ and django CMS 4.
1919
20- - **Separation of plugins from css framework **, i.e. no need to
21- rebuild you site's plugin tree if css framework is changed in the
22- future, e.g. from Bootstrap 5 to a future version.
20+ - **Separation of plugins from css framework **, i.e. no need to
21+ rebuild you site's plugin tree if css framework is changed in the
22+ future, e.g. from Bootstrap 5 to a future version.
2323
24- - **New link plugin ** allowing to link to internal pages provided by
25- other applications, such as `djangocms-blog
26- <https://github.com/nephila/djangocms-blog> `_.
24+ - **New link plugin ** allowing to link to internal pages provided by
25+ other applications, such as `djangocms-blog
26+ <https://github.com/nephila/djangocms-blog> `_.
2727
28- - **Nice and well-arranged admin frontend ** of `djangocms-bootstrap4
29- <https://github.com/django-cms/djangocms-bootstrap4> `_
28+ - **Nice and well-arranged admin frontend ** of `djangocms-bootstrap4
29+ <https://github.com/django-cms/djangocms-bootstrap4> `_
30+
31+ - **Extensible ** within the project and with separate project (e.g. a
32+ theme app). Create your own components with a few lines of code only.
33+
34+ - **Plugins are re-usable as UI components ** anywhere in your project
35+ (e.g. in a custom app) giving your whole project a more consistent
36+ user experience.
3037
3138- A management command to **migrate from djangocms-bootstrap4 **. This
3239 command automatically migrates all ``djangocms-bootstrap4 `` plugins to
3340 ``djangocms-frontend ``.
3441
35- - **Extensible ** within the project and with separate project (e.g. a
36- theme app)
37-
3842
3943Description
4044===========
@@ -55,6 +59,10 @@ The link plugin has been rewritten to not only allow internal links to other
5559CMS pages, but also to other django models such as, e.g., posts of
5660`djangocms-blog <https://github.com/nephila/djangocms-blog >`_.
5761
62+ The plugins are designed to be re-usable as UI components in your
63+ project, e.g. in a custom app, giving your whole project a more
64+ consistent user experience.
65+
5866Contributing
5967============
6068
@@ -150,7 +158,7 @@ See readthedocs for the `documentation
150158License
151159=======
152160
153- See `LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICENSE >`_.
161+ See `LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICENSE >`_.
154162
155163.. |pypi | image :: https://badge.fury.io/py/djangocms-frontend.svg
156164 :target: http://badge.fury.io/py/djangocms-frontend
0 commit comments