Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 539 Bytes

File metadata and controls

31 lines (17 loc) · 539 Bytes

<layout>

Node > Meta > Field > Group > Layout

Alias of <group> intended to be a more semantic method of writing flexible layouts.

Attributes

See Group for documentation on supported attributes.

Examples

Basic example with <layouts>:

<layouts>

    <layout layout='greeting' >

        <node name='greeting' >Hello, World!</node>

    </layout>

    <layout 'heading' >

        <heading 'bar' />

    </layout>

</layouts>