277 lines
5.4 KiB
JSON
277 lines
5.4 KiB
JSON
{
|
|
"app": "lecoffre",
|
|
"theme": {},
|
|
"modules": {
|
|
"pages": {
|
|
"Home": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders",
|
|
"labelKey": "homepage"
|
|
}
|
|
},
|
|
"DesignSystem": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/design-system",
|
|
"labelKey": "design_system"
|
|
}
|
|
},
|
|
"Login": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/login",
|
|
"labelKey": "design_system"
|
|
}
|
|
},
|
|
"CustomersLogin": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/customers/login",
|
|
"labelKey": "customer_login"
|
|
}
|
|
},
|
|
"Folder": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders",
|
|
"labelKey": "folder"
|
|
},
|
|
"pages": {
|
|
"FolderInformation": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]",
|
|
"labelKey": "folder_information"
|
|
}
|
|
},
|
|
"CreateFolder": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/create",
|
|
"labelKey": "create_folder"
|
|
}
|
|
},
|
|
"AddClient": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]/add/clients",
|
|
"labelKey": "add_client_to_folder"
|
|
}
|
|
},
|
|
"AskDocument": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]/[customerUid]/ask-documents",
|
|
"labelKey": "ask_documents"
|
|
}
|
|
},
|
|
"EditDescription": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]/edit/description",
|
|
"labelKey": "edit_description"
|
|
}
|
|
},
|
|
"EditInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]/edit/informations",
|
|
"labelKey": "edit_informations"
|
|
}
|
|
},
|
|
"EditClient": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]/edit/clients/[customerUid]",
|
|
"labelKey": "edit_informations"
|
|
}
|
|
},
|
|
"EditCollaborators": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/[folderUid]/edit/collaborators",
|
|
"labelKey": "edit_collaborators"
|
|
}
|
|
},
|
|
"FolderArchived": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/archived",
|
|
"labelKey": "archived_folders"
|
|
},
|
|
"pages": {
|
|
"FolderInformation": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/archived/[folderUid]",
|
|
"labelKey": "archived_folder_information"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Select": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/folders/select",
|
|
"labelKey": "select_folder"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"MyAccount": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/my-account",
|
|
"labelKey": "my_account"
|
|
}
|
|
},
|
|
"Collaborators": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/collaborators",
|
|
"labelKey": "collaborators"
|
|
},
|
|
"pages": {
|
|
"CollaboratorInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/collaborators/[uid]",
|
|
"labelKey": "collaborator_informations"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Roles": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/roles",
|
|
"labelKey": "roles"
|
|
},
|
|
"pages": {
|
|
"RolesInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/roles/[uid]",
|
|
"labelKey": "roles_informations"
|
|
}
|
|
},
|
|
"Create": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/roles/create",
|
|
"labelKey": "create_role"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeedTypes": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/deed-types",
|
|
"labelKey": "deedTypes"
|
|
},
|
|
"pages": {
|
|
"DeedTypesInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/deed-types/[uid]",
|
|
"labelKey": "deedTypesInformations"
|
|
}
|
|
},
|
|
"Create": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/deed-types/create",
|
|
"labelKey": "createDeedType"
|
|
}
|
|
},
|
|
"Edit": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/deed-types/[uid]/edit",
|
|
"labelKey": "editDeedType"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Users": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/users",
|
|
"labelKey": "users"
|
|
},
|
|
"pages": {
|
|
"UsersInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/users/[uid]",
|
|
"labelKey": "users_informations"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Offices": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/offices",
|
|
"labelKey": "offices"
|
|
},
|
|
"pages": {
|
|
"OfficesInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/offices/[uid]",
|
|
"labelKey": "offices_informations"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DocumentTypes": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/document-types",
|
|
"labelKey": "documentTypes"
|
|
},
|
|
"pages": {
|
|
"DocumentTypesInformations": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/document-types/[uid]",
|
|
"labelKey": "documentInformations"
|
|
}
|
|
},
|
|
"Create": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/document-types/create",
|
|
"labelKey": "createDocumentType"
|
|
}
|
|
},
|
|
"Edit": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/document-types/[uid]/edit",
|
|
"labelKey": "editDocumentType"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OfficesRib": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/offices/rib",
|
|
"labelKey": "officeRib"
|
|
}
|
|
},
|
|
"404": {
|
|
"enabled": true,
|
|
"props": {
|
|
"path": "/404",
|
|
"labelKey": "not_found"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|