Just abuse classes for grid linkage

This commit is contained in:
Ian Gulliver
2019-07-13 22:30:37 +00:00
parent 405b170c6a
commit a4630ba92a
5 changed files with 17 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ class EditorLabel extends EditorInputBase {
serialize() {
return super.serialize({
type: 'label',
id: this.getId(),
});
}