https://ns.adobe.com/helix/shared/fstab
Defines a mapping between mount points and source URLs. Mount points must start with a slash (/
) but may not end with one.
This configuration can typically be found in the helix-fstab.yaml
file.
The name and format are inspired by the UNIX file system table.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | fstab.schema.json |
object
(FSTab (Mount Points))
mountpoints:
/ms/docs: https://adobe.sharepoint.com/sites/docs
/ms: https://adobe.sharepoint.com/sites/TheBlog/Shared%20Documents/theblog
/gd: https://drive.google.com/drive/u/0/folders/123456789
/foo: https://localhost:4502
folders:
/products: /generic-products.md
/articles/: /special/default-article
/app: /spa/index.html
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
mountpoints | object |
Required | cannot be null | FSTab (Mount Points) |
folders | object |
Optional | cannot be null | FSTab (Mount Points) |
mountpoints
-
is required
-
Type:
object
(Details) -
cannot be null
-
defined in: FSTab (Mount Points)
object
(Details)
The default value is:
{}
Mapping from subtrees to single sources for catch-all folder support.
folders
-
is optional
-
Type:
object
(Folders) -
cannot be null
-
defined in: FSTab (Mount Points)
object
(Folders)
The default value is:
{}