Hello,
I’m kinda embarrassed to create this post, espacially because it basicly has been answered here:
So basicly I have a Tab-Blueprint for an Headslider with one Field in it that needs to be disabled. As far as I know, the Page-Blueprint should look like this:
Hm, maybe an indentation problem somewhere? The way you extend the tab is correct. Could you post the complete blueprint where you extend the tab, please? And the extended blueprint as well…
Ah, that’s because your field is in a section, so you would have to extend the section and unset the field. Otherwise, you completely overwrite your tab. But I doubt that unsetting a field inside a section can be disabled as there is probably no way to address this.
Edit:
if you name your columns (in this case, maybe main and aside), this should work…
And again you’re the hero, it works. Thanks very much. And you should consider to add this in the docs, because this is a really good thing to know and makes the Tabs even more flexible.