Replies: 4 comments 2 replies
-
Hi @fsbraun thank you for this important point. I agree with leading with djangocms-link. I have two additional comments: 1) extending inline linking in djangocms-text 2) Definition of Use Cases
|
Beta Was this translation helpful? Give feedback.
-
And this was part of the very specific usecase that v4 was developed with. I tried to start a project with this, but it's so different to what we're used to [coming from v3] that it's difficult without the docs/examples of how you use it. |
Beta Was this translation helpful? Give feedback.
-
I've put some work into a link widget which would be reusable in plugins (or all of admin, for that matter). It merges essentially the current It uses django admin's select2.
|
Beta Was this translation helpful? Give feedback.
-
djangocms-link 5.0.0 released 🎉 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there is no unified way of managing URLs with django CMS:
Page
objects. It does not allow linking other models.IMHO minimal requirements for a URL managing apps are:
cms_config
for other apps to register link targets or get the form fields/admin endpointGiven the multiple places where solutions have been implemented, the question is: Where should this functionality live?
I'd like to propose giving djangocms-link a boost and implementing the minimal requirements listed above. Implementation should provide the new features for v4 apps through
cms_config
but keep v3 compatibility.djangocms-url-manager can be the place for a more detailed management of links - if there is a need for that.
All other packages could then reuse these features.
Please add your thoughts, ideas or comments!
Beta Was this translation helpful? Give feedback.
All reactions