Child pages
  • WebLayouts

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contains ValuesExplanationExample 12grid packageThe Add menu
*may contain any layouts from the current package and any components from any packages"contains": ["*"]

<layoutName>



may contain layout with name <layout_name> or with the layoutName property <layout_name> from the current package"contains": ["container"]
"contains": ["row"]Image Removed

Image Added

componentmay contain any components from any package"contains": ["component"]
enummeration of <layoutName> and optionally component may contain the enummerated layouts from the current package and components from any packages"contains": ["row","container","component"]

...