mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
Merge remote-tracking branch 'origin/develop' into feature/improved_promoted_attributes
; Conflicts: ; src/public/app/layouts/desktop_layout.js
This commit is contained in:
@@ -233,6 +233,9 @@ export default class PromotedAttributesWidget extends NoteContextAwareWidget {
|
||||
else if (definition.labelType === 'datetime') {
|
||||
$input.prop('type', 'datetime-local')
|
||||
}
|
||||
else if (definition.labelType === 'time') {
|
||||
$input.prop('type', 'time')
|
||||
}
|
||||
else if (definition.labelType === 'url') {
|
||||
$input.prop("placeholder", t("promoted_attributes.url_placeholder"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user