Nested blueprint extends

Hello,
let’s say I got blueprints/fields/base.yml which is my base. Then, I want blueprints/fields/more-complex.yml to extend & and build upon base.yml. Then, I got blueprints/fields/totally-complex.yml which in turn extends & builds upon more-complex.yml and so on …

… is that possible? Some time ago I checked, and it wasn’t …
Thx!

No, I ran into this recently. You can re-declare an extend inside an extend to replace it for another one but you can’t extend an extend inside an extend, if that makes sense :slight_smile:

Thx, just as I thought … therefore, I opened this issue: