Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```