https://github.com/yext/visual-editor
https://github.com/yext/visual-editor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yext/visual-editor
- Owner: yext
- License: other
- Created: 2024-07-22T20:21:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T22:26:35.000Z (over 1 year ago)
- Last Synced: 2024-12-16T23:35:25.887Z (over 1 year ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# visual-editor
This library provides components necessary to set up a Pages repository that can interact with Visual Editor in the Yext platform.
## Hooks
| Hook |
| ------------------------------------------------------------------------------------ |
| [usePlatformBridgeDocument](./src/hooks/README.md#usePlatformBridgeDocument) |
| [usePlatformBridgeEntityFields](./src/hooks/README.md#usePlatformBridgeEntityFields) |
## Components
| Component |
| ----------------------------------------------------------------------- |
| [Editor](src/editor/README.md#editor) |
| [EntityField](src/editor/README.md#entityfield) |
| [YextEntityFieldSelector](src/editor/README.md#YextEntityFieldSelector) |
## Utils
| Function |
| ---------------------------------------------------------------------- |
| [resolveYextEntityField](./src/utils/README.md#resolveYextEntityField) |