🖼️Displaying Saved Rows
Rows Configuration
rowsConfiguration: {
emptyRows: true,
defaultRows: true,
selectedRowType: 'Headers', // Pre-selects the "Headers" row from the external content list
externalContentURLs: [
{
name: "Headers",
value: "https://URL-01"
},
{
name: "Footers",
value: "https://URL-02"
},
{
name: "Product grids",
value: "https://URL-03"
},
{
name: "Main article",
value: "https://URL-04"
}
]
}
Loading External Rows with an Instance Method
Last updated
Was this helpful?

