Backoffice configuration

This configuration file keeps specific settings for the generated backoffice.

  • itemsPerPage: Number of elements by default in the listings.
  • assetsFolder:
  • loaderFile:
  • home:
module.exports = {
    itemsPerPage: 50,
    assetsFolder: 'backoffice',
    loaderFile: 'backoffice/order.js'
    //home: 'templates/myhome.html'
};

TODO: This settings are really available in the backoffice.js ???

module.exports = {
   name: 'MyCook Console',
   favicon: "/swagger/images/logo_small.png",
   logo: '/swagger/images/logo_small.png'
};

results matching ""

    No results matching ""