allow to set <overlay legacy="true"> to disable new web-components for the whole xet-file

also disable (not working) r/w et2-select web-component again
This commit is contained in:
Ralf Becker
2022-01-20 22:09:48 +02:00
parent d02afcbe54
commit 7e4bdece84
3 changed files with 7 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ export class et2_box extends et2_baseWidget implements et2_IDetachedDOM
}
}
et2_register_widget(et2_box, ["old-vbox", "old-box"]);
et2_register_widget(et2_box, ["vbox", "box", "old-vbox", "old-box"]);
/**
* Details widget implementation

View File

@@ -199,6 +199,6 @@ export class et2_hbox extends et2_baseWidget
}
}
}
et2_register_widget(et2_hbox, ["old-hbox"]);
et2_register_widget(et2_hbox, ["hbox", "old-hbox"]);