https://github.com/thebuilder/datocms-plugin-iframe-tab
A plugin for DatoCMS that allows you to render an external website in a tab
https://github.com/thebuilder/datocms-plugin-iframe-tab
Last synced: about 1 year ago
JSON representation
A plugin for DatoCMS that allows you to render an external website in a tab
- Host: GitHub
- URL: https://github.com/thebuilder/datocms-plugin-iframe-tab
- Owner: thebuilder
- License: mit
- Created: 2022-03-12T17:57:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T18:05:33.000Z (over 4 years ago)
- Last Synced: 2024-04-30T01:20:37.980Z (about 2 years ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DatoCMS Iframe Tab
A plugin for DatoCMS that allows you render add a tab that points to another
website. Use this to embed tools for the editors, like analytics.
## Configuration
Install the plugin, and fill out the global configuration
## Development
The plugin is built using [Vite.js](https://vitejs.dev/). This enables a fast
development workflow, where you see the changes as soon as you save a file. For
it to work, it needs to be rendered inside the DatoCMS interface.
So when testing the plugin locally, you should
[create a new plugin](https://www.datocms.com/docs/building-plugins/creating-a-new-plugin)
in a DatoCMS project, and point it to `http://localhost:3000`.