Skip to content

Commit 8a0bb1a

Browse files
committed
Add djangocms-link support
1 parent 00e0bf2 commit 8a0bb1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
# the next-gen text editor - optional, but used in most projects
6161
'djangocms_text',
6262

63+
# link support
64+
'djangocms_link',
65+
6366
# optional django CMS frontend modules
6467
'djangocms_frontend',
6568
'djangocms_frontend.contrib.accordion',

0 commit comments

Comments
 (0)