Drupal core allows creating content types but I wish to have several different content types, all with the same structure.
For example:
- article : food
- article : italian food
- article : sicilian food
Each one will "share" the same meta-content-type structure so if I add a field or remove a field the addition or subtraction would be done globally for each member of this family of content types.
Is there a core way to do that?