flownative/workspace-preview

Letzte Aktivität 06 May 2023 6 7 17080
composer require flownative/workspace-preview

Generate links to preview workspaces.

v2.1.2

Homepage
http://github.com/flownative/neos-workspace-preview
Version
v2.1.2
Type
neos-package
Release Date
Jun 02, 2022 07:01
Source
git
Distribution
zip
Requires
MIT 4bd4cd59c8025fe585b3bbf13c96e570805587eb

Provides previews to Neos CMS workspaces

Installation

composer require flownative/workspace-preview

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:

prototype(Neos.Neos:ConvertUris) {
    @class = 'Flownative\\WorkspacePreview\\Fusion\\ConvertUrisImplementation'
}

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. Any editor can then use the second menu option to copy that link and give it to people who should preview the workspace.

The content of the readme is provided by Github
The same vendor provides 44 package(s).