Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

subfs is default true not false

Changed files
+1 -1
lexicons
+1 -1
lexicons/fs.json
··· 52 52 "properties": { 53 53 "type": { "type": "string", "const": "subfs" }, 54 54 "subject": { "type": "string", "format": "at-uri", "description": "AT-URI pointing to a place.wisp.subfs record containing this subtree." }, 55 - "flat": { "type": "boolean", "description": "If true, the subfs record's root entries are merged (flattened) into the parent directory, replacing the subfs entry. If false (default), the subfs entries are placed in a subdirectory with the subfs entry's name. Flat merging is useful for splitting large directories across multiple records while maintaining a flat structure." } 55 + "flat": { "type": "boolean", "description": "If true (default), the subfs record's root entries are merged (flattened) into the parent directory, replacing the subfs entry. If false, the subfs entries are placed in a subdirectory with the subfs entry's name. Flat merging is useful for splitting large directories across multiple records while maintaining a flat structure." } 56 56 } 57 57 } 58 58 }