Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Bootstrap

Mix edited this page Nov 24, 2017 · 9 revisions

Information about the Bootstrap

Bootstrap/Configure

Here where you set all the default dashboard settings

  • Auth.js
// Data that will be sent to your API
// Here you define how variables are going to be
export const configureAuth = (credentials) => {
  return { user: credentials.user, password: credentials.password }
}

// Form Data of Login
// You can leave this blank or leave these values for tests
export const configureAuthData = { user: 'test@test.com', password: '123456' }
  • Buttons.js
coming..
  • Crud.js
coming..
  • Dashboard.js
coming..
  • Field.js
coming..
  • Form.js
coming..
  • Grid.js
coming..
  • Http.js
coming..
  • Operations.js
coming..
  • Path.js
coming..
  • Permission.js
line 44 return false // true for bypass acl
  • Search.js
coming..
  • Token.js
coming..
  • tooltip.js
coming..
  • User.js
coming..
Clone this wiki locally