File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ Key features
35
35
- **Extensible ** within the project and with separate project (e.g. a
36
36
theme app)
37
37
38
+ - **Plugins are re-usable as UI compnents ** anywhere in your project
39
+ (e.g. in a custom app) giving your whole project a more consistent
40
+ user experience.
38
41
39
42
Description
40
43
===========
@@ -55,6 +58,10 @@ The link plugin has been rewritten to not only allow internal links to other
55
58
CMS pages, but also to other django models such as, e.g., posts of
56
59
`djangocms-blog <https://github.com/nephila/djangocms-blog >`_.
57
60
61
+ The plugins are designed to be re-usable as UI components in your
62
+ project, e.g. in a custom app, giving your whole project a more
63
+ consistent user experience.
64
+
58
65
Contributing
59
66
============
60
67
@@ -150,7 +157,7 @@ See readthedocs for the `documentation
150
157
License
151
158
=======
152
159
153
- See `LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICENSE >`_.
160
+ See `LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICENSE >`_.
154
161
155
162
.. |pypi | image :: https://badge.fury.io/py/djangocms-frontend.svg
156
163
:target: http://badge.fury.io/py/djangocms-frontend
You can’t perform that action at this time.
0 commit comments