Nice package! I had a quick suggestion, that is the ability to specify menu items to remove, rather than specifying which to show.
My reasoning is that if I only want to disable 1 or 2 menu items, I don't necessarily want to list every single available menu item in the config file, and update it if a new one is ever added. It would be nice if I could specify menuItemsToRemove="liveEdit" or menuItems="liveEdit" mode="remove" or something.
That's actually something that's been on my todo list for a while, but I haven't had time to finish it off! I've gotten most of it done, I just need to test it and tweak the code slightly. I'll make a concerted effort to get that sorted out in the next week.
Suggestion: Menu Items to Remove
Hey Tim,
Nice package! I had a quick suggestion, that is the ability to specify menu items to remove, rather than specifying which to show.
My reasoning is that if I only want to disable 1 or 2 menu items, I don't necessarily want to list every single available menu item in the config file, and update it if a new one is ever added. It would be nice if I could specify menuItemsToRemove="liveEdit" or menuItems="liveEdit" mode="remove" or something.
Just a thought :)
Thanks,
Tom
Hi Tom!
That's actually something that's been on my todo list for a while, but I haven't had time to finish it off! I've gotten most of it done, I just need to test it and tweak the code slightly. I'll make a concerted effort to get that sorted out in the next week.
:)
Awesome, thanks! No rush, I just wrote a quick AppBase class to remove the pesky "Edit in Canvas" action to please my client :)
is working on a reply...