Picture of Tom Greenfield
Re: Custom menu Authoring Tool properties.schema
by Tom Greenfield - Thursday, 22 August 2019, 8:24 AM
 

Thanks. You need to ensure the case of your Box Menu attributes match. Namely:

bower.json

"menu": "boxMenu"

"targetAttribute": "_boxMenu"

properties.schema

"_boxMenu"

Currently, some attributes are all lowercase. It should also be noted that plugins will conflict if they are titled differently but share the same target attribute; you should remove the original Box Menu if it's still installed in your authoring tool.