flownative / workspace-preview
Generate links to preview workspaces.
Installs: 32 236
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 11
Open Issues: 7
Type:neos-package
Requires
- flownative/token-authentication: ^2.2.1
- neos/neos: ^5.3 || ^7.0 || ^8.0
- dev-main
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.0
- 2.0.1
- 2.0.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.x-dev
- 1.0.0
- dev-dependabot/npm_and_yarn/Resources/Private/JavaScript/LinkView/mout-1.2.4
- dev-dependabot/npm_and_yarn/Resources/Private/JavaScript/LinkView/minimist-0.2.4
- dev-dependabot/npm_and_yarn/Resources/Private/JavaScript/LinkView/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/Resources/Private/JavaScript/LinkView/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/Resources/Private/JavaScript/LinkView/terser-4.8.1
This package is auto-updated.
Last update: 2024-10-19 20:19:37 UTC
README
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:
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.
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.