Does anyone know if there is a way to use data from a 'Shared Region' inside a block?
See code example below
I want to be able to let the user (editor) determine the position of this data table on the webpage.
Or is there another way to make this happen?
I can't seem to figure this out, there may be a simple way I am not seeing right now. Hope someone can help.
Thx, René
Code
- <perch:blocks>
- <perch:block type="activitylist" label="List of Activities" icon="photo">
- <perch:content (... from a shared region... ) >
- </perch:block>
- <perch:block type="someotherBlockType" label="Some other type of data" icon="contacts">
- <div class="pdf">
- <perch:content id="PdfCard_Oms" type="text" label="Tekst Pdf Link">
- </div>
- </perch:block>
- </perch:blocks>