export default {
  id: 'engine.toolbars.save',
  type: 'toolbars',
  title: 'save',
  options: {
    icon: {
      default: 'save'
    },
    renderType: 'button'
  }
}