Hi @LyonMartin Yes, You can pass it via selectors while including the resource as shown below in your parent component:<div class="heading" data-sly-resource="${ './headingItem' @ resourceType='weretail/components/heading-item', selectors=['underline','style_h1'] }"></div> and in your heading-i...