Remove a field in a extended blueprint

I have a tab blueprint that i’m sharing across other blueprints, but for one page a field in it doesn’t apply. I know that you can extend the blueprint and modify a field in it, like changing its label etc, but is it possible to remove a specific unwanted field from it?

1 Like

You could at least hide that field:

  seo: 
    extends: tabs/seo
    fields:
      seoDescription:
        type: hidden

But an option to set a field as false would be useful.

1 Like

Thanks… i guess that will do for now, but yes, the false option would be great.

I created an issue on GitHub:

2 Likes