Replies: 1 comment 1 reply
-
We've hade this request before, i.e having the possibility to have several sections for blocks on a content type. At the moment this isn't possible, but I've added issue #1598 for it so we can investigate what it would mean to introduce this support. Best regards |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, first time posting but have been working with PiranhaCMS for the last 6months and really enjoy it!
I have a requirment to be able to split certain pages of a website completely in two, with various content on each side.
Obvioulsy, I know that we can use the columns block to get rows of content which would usually be fine, however, I want to be able to make the left and right side effectivley block groups.
I have tried to create a custom ColumnsGroup which would accept a custom GenericBlockGroup but I think its is restricted so didnt work. I have also come close by using regions, however I can only get it working with HTMLFields.
Does anyone have any tips on how I could possibly acheive this?
Beta Was this translation helpful? Give feedback.
All reactions