php - Parent entity type bundle - Is it possible in D8? -


issue: got 7 different (article-like) node types. these types share 90% of fields (means have same field base same configured field instance).

problem: when new mutaul field coming, have add 7 times. when need change label (field instance level), have change 7 times. when write form_alter, need address 7 different type of form_id's.

solution type looking for: best have parent node type entity. entity types "extends" entity type have fields parent has. far know it's not possible.

do know workarounds?


Comments

Popular posts from this blog

Sass watch command compiles .scss files before full sftp upload -

filehandler - java open files not cleaned, even when the process is killed -

gridview - Yii2 DataPorivider $totalSum for a column -