mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-30 10:34:37 +00:00
28 lines
886 B
JSON
28 lines
886 B
JSON
|
|
{
|
||
|
|
"confirmBulkOperations": true,
|
||
|
|
"deleteParentFolder": true,
|
||
|
|
"deleteParentFolderFilename": "index",
|
||
|
|
"deleteUniqueAttachments": true,
|
||
|
|
"confirmDeletions": true,
|
||
|
|
"useHomeIcon": true,
|
||
|
|
"enableQuickEdit": true,
|
||
|
|
"quickEditCommand": "astro-composer:rename-content",
|
||
|
|
"quickEditCommandName": "Astro Composer: Rename current content",
|
||
|
|
"quickEditIcon": "lucide-pencil-line",
|
||
|
|
"quickEditOpenFile": false,
|
||
|
|
"showToolbarSelectAll": true,
|
||
|
|
"showToolbarClear": true,
|
||
|
|
"showToolbarDraft": true,
|
||
|
|
"showToolbarPublish": true,
|
||
|
|
"showToolbarTags": true,
|
||
|
|
"showToolbarSet": true,
|
||
|
|
"showToolbarRemove": true,
|
||
|
|
"showToolbarDelete": true,
|
||
|
|
"forceStaticGifImages": false,
|
||
|
|
"embeddedViewRefreshDebounceMs": 250,
|
||
|
|
"virtualScrollThreshold": 100,
|
||
|
|
"virtualScrollBuffer": 20,
|
||
|
|
"migrationBasesCmsToCmsDone": true,
|
||
|
|
"showPropertiesInfoModal": true,
|
||
|
|
"thumbnailCacheSize": "balanced"
|
||
|
|
}
|