feat(pdf): describe the attributes & fix conflict in name

This commit is contained in:
Elian Doran
2025-02-01 17:34:36 +02:00
parent 2659bd33e8
commit fa655ea45e
4 changed files with 10 additions and 3 deletions

View File

@@ -242,7 +242,9 @@ const ATTR_HELP: Record<string, Record<string, string>> = {
executeDescription: t("attribute_detail.execute_description"),
excludeFromNoteMap: t("attribute_detail.exclude_from_note_map"),
newNotesOnTop: t("attribute_detail.new_notes_on_top"),
hideHighlightWidget: t("attribute_detail.hide_highlight_widget")
hideHighlightWidget: t("attribute_detail.hide_highlight_widget"),
printLandscape: t("attribute_detail.print_landscape"),
printPageSize: t("attribute_detail.print_page_size")
},
relation: {
runOnNoteCreation: t("attribute_detail.run_on_note_creation"),