Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cascade update insert options of inherited templates #4

Open
AlenPelin opened this issue Jul 3, 2018 · 1 comment
Open

Cascade update insert options of inherited templates #4

AlenPelin opened this issue Jul 3, 2018 · 1 comment

Comments

@AlenPelin
Copy link
Owner

Feature: InsertOptionsCascade

Consider 3 templates:

  • T1
  • T2 inherits T1
  • T3 inherits T2 (and T1)

In Standard Values of each of them update Insert Options so you can insert items of same type and all derived ones:

  • T1 insert options for T1
  • T2 insert options for T1 and T2
  • T3 insert options for T1, T2 and T3

Update insert options of T1 so that insert options also include Folder template.

Actual Result:
This does not affect T2 and T3 - they still don't have Folder template in insert options.

Expected Result:
All T1, T2 and T3 have Folder template in insert options

@AlenPelin
Copy link
Owner Author

aka InsertOptionsDelta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant