Problem/Motivation
Would be great to add a preview feature to the Schema Form Design edit page.
Issue fork schema_form-3574290
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajAdded a preview section to the Schema Form Design edit form. When editing a design entity that has both schema and design values set, a disabled "Preview" details element renders the form as it would appear with the current design applied. Gracefully handles invalid schema/design with an error message.
Comment #6
murz@nickolaj, thank you for the contribution! I decided to implement this in a more universal way by rendering the form in the iframe, so as not to affect the main form submission, also added a bunch of other fixes together ;)
Here https://git.drupalcode.org/project/schema_form/-/merge_requests/12 is my MR, could you please review and test it? Thank you!
Comment #9
murzImplemented.
Comment #11
murz