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

@@ -72,6 +72,9 @@ export default [
{ type: "label", name: "webViewSrc", isDangerous: true },
{ type: "label", name: "hideHighlightWidget" },
{ type: "label", name: "printLandscape" },
{ type: "label", name: "printPageSize" },
// relation names
{ type: "relation", name: "internalLink" },
{ type: "relation", name: "imageLink" },