Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-06-05 09:48:43 +02:00
commit 8115178141
3 changed files with 69 additions and 0 deletions

View File

@ -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"
}
}
}
} }
} }
} }

View File

@ -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"
}
}
}
} }
} }
} }

View File

@ -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"
}
}
}
} }
} }
} }