mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
added "type" to attribute dialog, name autocomplete servers according to the choice
This commit is contained in:
@@ -136,7 +136,7 @@ function register(app) {
|
||||
|
||||
apiRoute(GET, '/api/notes/:noteId/attributes', attributesRoute.getNoteAttributes);
|
||||
apiRoute(PUT, '/api/notes/:noteId/attributes', attributesRoute.updateNoteAttributes);
|
||||
apiRoute(GET, '/api/attributes/names', attributesRoute.getAllAttributeNames);
|
||||
apiRoute(GET, '/api/attributes/names', attributesRoute.getAttributeNames);
|
||||
apiRoute(GET, '/api/attributes/values/:attributeName', attributesRoute.getValuesForAttribute);
|
||||
|
||||
apiRoute(GET, '/api/notes/:noteId/labels', labelsRoute.getNoteLabels);
|
||||
|
||||
Reference in New Issue
Block a user