You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Ultimately this would allow people to mount the repository tree locally as a filesystem.
If we support [get|set]Body then we could support remote authoring / template design.
For example if Twig templates could be stored in the ORM, PHPCR-ODM or even on the filesystem (!). A document/entity would only need to implement a MutableBody interface and a designer could modify remote templates in a local editor.
The text was updated successfully, but these errors were encountered:
dantleech
changed the title
WebDAV support
WebDAV support / Mutable body
Jul 15, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wonder to what extent we could support WebDAV, for example via
https://github.com/fruux/sabre-dav
Ultimately this would allow people to mount the repository tree locally as a filesystem.
If we support
[get|set]Body
then we could support remote authoring / template design.For example if Twig templates could be stored in the ORM, PHPCR-ODM or even on the filesystem (!). A document/entity would only need to implement a
MutableBody
interface and a designer could modify remote templates in a local editor.The text was updated successfully, but these errors were encountered: