I have a composite component consisting of three included components an
image a title and a text component. Normally since the title component
inherits the `wcm/foundation/components/title` the data-sly-resource
included component gets the title type option (h1,h2...) from it's
parent. However for this specific composite component I want to limit
the type option to just have h2 available. The Title component is
included in the composite component like this: This allows the
content editor to edit...