We are happy to announce that the Actions Menu of the Editor (Save, Close, Undo/Redo) is now configurable. This can be done with the new actions configuration in Pixo.Bridge: new Pixo.Bridge({ …, actions: [ … ], }); The default value can be seen as the Pixo.ACTIONS_MENU constant. It is array, containing 4 objects: Pixo.ACTIONS.SAVE_CLOSE Pixo.ACTIONS.UNDO Pixo.ACTIONS.REDO Pixo.ACTIONS.CLOSERead More
