flownative/workspace-preview
composer require flownative/workspace-preview
Generate links to preview workspaces.
dev-dependabot/npm_and_yarn/Resources/Private/JavaScript/LinkView/decode-uri-component-0.2.2
- Requires
- flownative/token-authentication: ^2.2.1
- neos/neos: ^5.3 || ^7.0 || ^8.0
Readme excerpt
Provides previews to Neos CMS workspaces Installationcomposer require flownative/workspace-preview
Link conversion in previewsIn 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' } UsageAfter 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 …
Read more
The same vendor provides 44 package(s).