Right now you can have multiple templates for a certain Class.
I want to let the user inherit templates, so that you can create a new template based on another.
For example, if you have a user that has an admin field, you create a template user with admin false, and then you create a template admin (for class user) that inherits from the user template but sets admin in true.
Right now you can have multiple templates for a certain Class.
I want to let the user inherit templates, so that you can create a new template based on another.
For example, if you have a user that has an admin field, you create a template user with admin false, and then you create a template admin (for class user) that inherits from the user template but sets admin in true.