Front pages module
This commit is contained in:
parent
153be65d4c
commit
9e43abf703
@ -360,6 +360,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Notes": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes",
|
||||||
|
"labelKey": "notes"
|
||||||
|
},
|
||||||
|
"pages": {
|
||||||
|
"EditNote": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes/[noteUid]/edit",
|
||||||
|
"labelKey": "edit_note"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CreateNote": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes/folder/[folderUid]/customer/[customerUid]/create",
|
||||||
|
"labelKey": "create_note"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -360,6 +360,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Notes": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes",
|
||||||
|
"labelKey": "notes"
|
||||||
|
},
|
||||||
|
"pages": {
|
||||||
|
"EditNote": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes/[noteUid]/edit",
|
||||||
|
"labelKey": "edit_note"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CreateNote": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes/folder/[folderUid]/customer/[customerUid]/create",
|
||||||
|
"labelKey": "create_note"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -360,6 +360,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Notes": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes",
|
||||||
|
"labelKey": "notes"
|
||||||
|
},
|
||||||
|
"pages": {
|
||||||
|
"EditNote": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes/[noteUid]/edit",
|
||||||
|
"labelKey": "edit_note"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CreateNote": {
|
||||||
|
"enabled": true,
|
||||||
|
"props": {
|
||||||
|
"path": "/notes/folder/[folderUid]/customer/[customerUid]/create",
|
||||||
|
"labelKey": "create_note"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user