Component Config Children

Overview


children property


The children property is an array to contain child components. If a component does not have children, the children property should be left undefined. Typically, components that represent visual containers in a blog, such as a layout section, should have a children array, as well as implementing the $insert method on the component itself.