I've made me a iframe LeBlender control that works perfekt:
And I've made also med the Tabs LeBlender control as I follow that example in the youtobevideo, With to properties: Title (textstring) and Content (Richtext editor).
But what if I want to add these two properties with the LeBlender iframe as a third field? How can this been done (like eg if someone want to insert the carousel LeBlender into the Tabs LeBlender)?
Maybe you can create a new Grid data-type, with only one column and add the needed grid editors to that.
Then you will have your Tabs-editor, with Title (string) and Content (your new grid editor).
Not sure if it works though.
Otherwise, you can do it with Nested Content, where content would be a nested content-datatype, with ability to pick between different document types. The downside is, that you would need to have both grid editors and doc types for carousels, iframes etc. if you want your editors to be able to use them outside of your tab-editor.
Hmm, thanks, but I still can't find this Grid in the dropdown under Property settings, data type. Is there something I can do to fill this dropdown list with this new Grid (will wait with testing Nested Content)?
I've made me an extra Grid (named Grid Page Extended), but none of them appears in the dropdown Data Type (below Property settings, as can be seen in the second picture from the top) .
Only some of the data types are filled in the dropdown, not all. So how can I add some of the missing data types into this dropbox?
Have a feeling there is something regarding data types in Umbraco I don't have notised..
I have successfully used the DocTypeGridEditor (https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/) with the Nested Content editor to have tabs that contain a grid editor on them.
Nested LeBlender controls?
I've made me a iframe LeBlender control that works perfekt:
And I've made also med the Tabs LeBlender control as I follow that example in the youtobevideo, With to properties: Title (textstring) and Content (Richtext editor).
But what if I want to add these two properties with the LeBlender iframe as a third field? How can this been done (like eg if someone want to insert the carousel LeBlender into the Tabs LeBlender)?
Maybe you can create a new Grid data-type, with only one column and add the needed grid editors to that.
Then you will have your Tabs-editor, with Title (string) and Content (your new grid editor).
Not sure if it works though.
Otherwise, you can do it with Nested Content, where content would be a nested content-datatype, with ability to pick between different document types. The downside is, that you would need to have both grid editors and doc types for carousels, iframes etc. if you want your editors to be able to use them outside of your tab-editor.
Hmm, thanks, but I still can't find this Grid in the dropdown under Property settings, data type. Is there something I can do to fill this dropdown list with this new Grid (will wait with testing Nested Content)?
You need to add the Grid datatype in Developer > Data Types first.
https://our.umbraco.org/documentation/Getting-Started/Data/Data-Types/ https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Grid-Layout
I've made me an extra Grid (named Grid Page Extended), but none of them appears in the dropdown Data Type (below Property settings, as can be seen in the second picture from the top) .
Only some of the data types are filled in the dropdown, not all. So how can I add some of the missing data types into this dropbox?
Have a feeling there is something regarding data types in Umbraco I don't have notised..
I have successfully used the DocTypeGridEditor (https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/) with the Nested Content editor to have tabs that contain a grid editor on them.
I haven't tried with LeBlender, however.
Thanks, Jason
is working on a reply...