Files
mattrbld/.mattrbld/collections/pages.json

22 lines
425 B
JSON
Raw Normal View History

2026-05-13 10:27:36 -07:00
{
"allowedTypes": [],
"defaultFilename": null,
"dir": "/src",
"disableComments": false,
"disablePreview": false,
"draftByDefault": false,
"linkable": true,
"maxSize": null,
"permissions": {
"everybody": [
"everything"
]
},
"rawEntityNames": false,
"schemas": [
2026-05-13 11:11:59 -07:00
"/.mattrbld/schemas/page.json",
"/.mattrbld/schemas/page-html.json"
2026-05-13 10:27:36 -07:00
],
"type": "md",
"urlTemplate": "/:title/"
}