Improvement in the cms sidebar
There is a small issue that I want to override a cms block, but this will not make it possible anymore for vendor plugins to override the child block. In the screenshot you can see that I want to make changes to the :disabled property, but I want to keep the child block as-is. So vendors can use this child block to override.
I understand that the {% parent %} only renders the main block and not the nested blocks.
I suggest to improve the value of this :disabled property to make a new computed function. So we can override this function without breaking the nested block.
It would be something like:
:disabled="!isDisabledSettingsTypeField(page)"
The computed would look like:
isDisabledSettingsTypeField() {
return !this.isSystemDefaultLanguage || page.type === 'product_detail';
}
Not enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.