Skip to content

ENHANCEMENT File system abstraction for JSON object

Elliot Sawyer requested to merge GenerateJSONExtensionHook into master

ENHANCEMENT track JSON form definition with file system ENHANCEMENT add extension hook after generation

I need to version the JSON file generated by the Survey UDF page using the versionedfiles module. This work abstracts the generated JSON file to a File object, and adds an extension hook to run after the page is published.

Merge request reports