We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf14b7b commit 554bae5Copy full SHA for 554bae5
addons/web_editor/static/src/js/editor/snippets.options.js
@@ -5074,12 +5074,12 @@ class TestOption extends SnippetOption {
5074
return super._computeWidgetState(...arguments);
5075
}
5076
5077
-
5078
-registerOption("test_option", {
5079
- Class: TestOption,
5080
- template: "web_editor.TestSnippetOption",
5081
- selector: "section",
5082
-});
+// TODO: @owl-options remove this or include it in some tests?
+//registerOption("test_option", {
+// Class: TestOption,
+// template: "web_editor.TestSnippetOption",
+// selector: "section",
+//});
5083
5084
const legacyRegistry = {};
5085
0 commit comments