You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blockly
Hi all,
I'm following this guide and it works for regular categories however my custom addColourBorder_ function does not apply to top level categories when there are nested categories within it.
Is there a workaround?
epas...@google.com
unread,
Jun 10, 2025, 3:22:58 PMJun 10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blockly
Hi there,
Collapsible categories are registered under a separate name since they often need to be styled differently to show they are collapsible. If you repeat the steps in the guide but make a new custom category that extends CollapsibleToolbox and registers using Blockly.CollapsibleToolboxCategory.registrationName instead of Blockly.ToolboxCategory.registrationName it should get applied to the collapsible menus.
Cheers,
Erik
Joshua Lowe
unread,
Jun 11, 2025, 5:32:37 AMJun 11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message