Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/silverback_external_preview
Drupal module that provides a preview button for external frontend websites.
https://github.com/amazeelabs/silverback_external_preview
Last synced: about 2 months ago
JSON representation
Drupal module that provides a preview button for external frontend websites.
- Host: GitHub
- URL: https://github.com/amazeelabs/silverback_external_preview
- Owner: AmazeeLabs
- Created: 2021-07-15T07:19:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:01:02.000Z (4 months ago)
- Last Synced: 2024-09-09T14:16:54.174Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Silverback external preview
Provides a UI to preview pages (published and draft) on an external website -
usually a Gatsby or NextJS frontend.## Drupal config
- Enable the module
- Set the settings, for example:
```
drush cset silverback_external_preview.settings preview_host http://localhost:8000
drush cset silverback_external_preview.settings live_host http://localhost:9000
```