Following this documentation, I was trying to implement content inheritance but I could not.
My simple use case is:
Parent component contains CSS data. Child component inherits from it and populates its template with CSS links.
In documentation:
Child: Below is the XML file of a page residing under the above level descriptor and is setup to inherit from it. You’ll note the definition of the merge-strategy as inherit-levels, this invokes the level-based inheritance mechanics that require Crafter CMS to look at current and higher levels for files named crafter-level-descriptor.level.xml (this is configurable). You’ll also note that this page doesn’t specify the CSS file/group of files to include, nor will it need to specify the header nor footer components.
In child page's config.xml
file there is no reference of parent.
My question are?
- Where to create
crafter-level-descriptor.level.xml
using studio? page residing under the above level descriptor
what does this mean, what kind of levels?
Note: I am new to crafter-cms and sometimes the documentation is confusing.