- mail_settings_controller for setting smtp settings - added view ror rjecting dataset for editor - added new model AppConfig for stroing appwide config values - better validate_chesum.ts command with process chunking - added vue3 apps 'BasicSettings' like email, profile settings - started with 2 multilingual capabilities - npm updates
This commit is contained in:
parent
010bead723
commit
b06ccae603
67 changed files with 7820 additions and 1463 deletions
10
resources/js/TC/constants.js
Normal file
10
resources/js/TC/constants.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
export const coreApps = ['settings', 'admin', 'log', 'core/search', 'core', '3rdparty']
|
||||
export const menuSpeed = 50
|
||||
export const PERMISSION_NONE = 0
|
||||
export const PERMISSION_CREATE = 4
|
||||
export const PERMISSION_READ = 1
|
||||
export const PERMISSION_UPDATE = 2
|
||||
export const PERMISSION_DELETE = 8
|
||||
export const PERMISSION_SHARE = 16
|
||||
export const PERMISSION_ALL = 31
|
||||
export const TAG_FAVORITE = '_$!<Favorite>!$_'
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue