DataType - Content Rows (spin off of Embedded Content)
Hi All,
I'm still fairly new to .Net and Umbraco and struggling with a couple things. I'm trying to come up with a way to empower my Editors to content layouts like adding columns. I have 100+ editors of all experience levels, so it needs to be child-proof. I've considered: Macros, Shortcodes, TinyMCE templates, Large flexible DocTypes, and plugins like Embedded Content.
Nothing seems to fit right. Either it's not robust enough, not child-proof, or too complicated for non-savvy editors.
I've never created a DataType, but here's an image of what I think it would look like:
The editor's process might be as follows:
Create new page
Goto Content tab and click New Content Row then select how many columns the row should contain
Below the selected number of columns are created. Each with a Content RTE and column span settings
The user can proceed to create additional column rows and move the rows up and down (arrows at the top of each row)
Obviously the template would need to do some looping over rows and columns within rows, but the end result markup for what's seen in the image would be something like this:
That looks really interesting. I think if it were a datatype it'd fit my purposes. From the looks of it, that will create a new child node and URL for every record inserted. I'm just looking to seprate page content columns into individual RTEs.
Wonder if there's a way they could provide both options.
DataType - Content Rows (spin off of Embedded Content)
Hi All,
I'm still fairly new to .Net and Umbraco and struggling with a couple things. I'm trying to come up with a way to empower my Editors to content layouts like adding columns. I have 100+ editors of all experience levels, so it needs to be child-proof. I've considered: Macros, Shortcodes, TinyMCE templates, Large flexible DocTypes, and plugins like Embedded Content.
Nothing seems to fit right. Either it's not robust enough, not child-proof, or too complicated for non-savvy editors.
I've never created a DataType, but here's an image of what I think it would look like:
The editor's process might be as follows:
Any suggestions on doing this?
If anyone has already found a better way of empowering editors to create columns I'd love to hear it.
Thanks,
Dan
Umbraco 4.9 will have something similar: http://our.umbraco.org/contribute/releases/490/rfc/33203-Container-Document-Types. Perhaps that's what you're looking for?
Jeroen
@Jeroen,
That looks really interesting. I think if it were a datatype it'd fit my purposes. From the looks of it, that will create a new child node and URL for every record inserted. I'm just looking to seprate page content columns into individual RTEs.
Wonder if there's a way they could provide both options.
is working on a reply...