app.json 245 B

123456789101112
  1. {
  2. "alwaysUpdateLinks": true,
  3. "attachmentFolderPath": "./",
  4. "livePreview": false,
  5. "readableLineLength": false,
  6. "pdfExportSettings": {
  7. "pageSize": "Letter",
  8. "landscape": false,
  9. "margin": "0",
  10. "downscalePercent": 100
  11. }
  12. }