Layout Customizer Configuration Options
This page exists to serve as the source for an excerpt that will place the following table in multiple pages.
Name |
Description |
Values |
Default |
---|---|---|---|
|
Javascript object. For information about the structure of this object, see Tutorial - Layout Reorderer Selectors. |
var layout = { id: <id of container>, columns: [ { id:<id of column>, children: [<id of module>, <id of module>...] }, { id:<id of column>, children: [<id of module>, <id of module>...] }, ... ] }; |
none |
|
If an URL is provided with this option, the current state of the component model will be sent to that URL after a move is carried out. |
an URL |
none |
|
Valid only when the |
a function |
none |