Fabian Braun
Fabian Braun
Hi @hyusetiawan ! Currently, it looks like that djangcms-frontend 2.0 will support a grid with tailwind and add a component feature for reusable components. ETA: early September.
Currently, there is no migration script for Link and/or picture plugins. However, it may not be difficult to create them: https://djangocms-frontend.readthedocs.io/en/latest/how-to/migrate-3rd-party-plugins.html The only difficulty I see, is that djangocms-link and...
Hi @aacimov ! If you have a mapping, put it into a file and in your `settings.py` set ``` DJANGOCMS_FRONTEND_ADDITIONAL_MIGRATIONS = ["dotted.path.to.your.migration.mapping"] ``` Run `manage frontend migrate` and see if...
@krmax44 Thank you for pointing this out! Would you be interested in porting djangocms-video's approach?
Maybe there's a fourth option: 4. Within the file plugin, replace the single file field with a many-to-many relationship. This way you could add several files, each of which could...
@Leyght811 I am afraid that currently djangocms-transfer only supports django CMS < 4
@joshyu Thanks for pointing this out. We might want to consider dropping the dependency altogether. It's only a few lines of code (literally, part of the project's `__init__` file plus...
I could imagine bundling the FSM functionality and versioning's conditions framework both into a small package for easier reuse, maybe even in the core - a bit like classy tags...
No, I do not think it is either helpful nor usable. One could redirect one level up to switch this off.
Sorry, I was not clear. "one level up" works only for the breadcrumb and is technically incorrect. What I meant: I can imagine that the version admin changelist redirects to...