Skip to content
This repository has been 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: '[email protected]', password: '123456' }

Buttons.js

coming..

Crud.js

coming..

Dashboard.js

Line 6 export const bypass = true // true bypass ACL / false for use ACL

Field.js

coming..

Form.js

coming..

Grid.js

coming..

Http.js

coming..

Operations.js

coming..

Path.js

coming..

Permission.js

coming..

Search.js

coming..

Token.js

coming..

tooltip.js

coming..

User.js

coming..