Skip to content

Drupal module that provides a preview button for external frontend websites.

Notifications You must be signed in to change notification settings

AmazeeLabs/silverback_external_preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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