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 5ddc402 commit d5d232bCopy full SHA for d5d232b
content/developer/reference/frontend/registries.rst
@@ -298,7 +298,7 @@ Example:
298
registry.category("user_menuitems").add("my item", (env) => {
299
return {
300
description: env._t("Technical Settings"),
301
- callback: () => { env.services.action_manager.doAction(3); };
+ callback: () => { env.services.action_manager.doAction(3); },
302
hide: (Math.random() < 0.5),
303
};
304
- }
+ });
0 commit comments