Download the PHP package flownative/workspace-preview without Composer
On this page you can find all versions of the php package flownative/workspace-preview. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flownative/workspace-preview
More information about flownative/workspace-preview
Files in flownative/workspace-preview
Package workspace-preview
Short Description Generate links to preview workspaces.
License MIT
Homepage http://github.com/flownative/neos-workspace-preview
Informations about the package workspace-preview
Provides previews to Neos CMS workspaces
Installation
composer require flownative/workspace-preview
As a dependency, this package also installs flownative/token-authentication. Please run ./flow doctrine:migrate
after installation to add the required tables for this package.
Link conversion in previews
In order to have correctly converted links in the workspace previews you
should use the overwritten ConvertUrisImplementation
. To do that, add the
following to your Fusion:
Usage
After installation you will find an additional icon in the
workspace module of your Neos installation. As Administrator
you will be able to create a preview link for an existing internal workspace.
Note: If you get an error regarding permission issues, please run ./flow session:destroyAll
Any editor can then use the second menu option to copy that link and give it to people who should preview the workspace.
The package also creates separate preview links for every pages in a workspace. These can be found by going to the metadata tab in the inspector and opening additional information, which now contains a button for the preview link.