Files
astro-directus-shop/node_modules/@directus/visual-editing/readme.md
T

31 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Visual Editing Frontend Library by Directus
This library works together with a Directus instance to enable Visual Editing functionality from within the Visual
Editor module in Directus Studio.
Web developers must make use of this library to ensure communication between their websites HTML elements and their
Directus instance. This is done through data attributes and helper functions built into the library and imported into
your website.
## Documentation
Documentation covering the setup and functionality for both the frontend library and the studio module can be found in
the [Directus documentation](https://directus.io/docs/guides/content/visual-editor).
## Test Website
A test website pre-configured to work with the Directus Visual Editor module is included in the librarys repository.
This can be used for example purposes and to make it easy to set up an environment for testing or contributing.
For detailed instructions on setting up the test environment see the
[test website's readme.md](https://github.com/directus/visual-editing/blob/main/test-website/readme.md).
## License
This package is licensed under the MIT License. See the LICENSE file for more information.
## Additional Resources
- [Directus Website](https://directus.io)
- [Directus GitHub Repository](https://github.com/directus/directus)