transformstudios / review
Allow external users to review unpublished content, including revisions
Installs: 16 567
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 3
Requires
- php: ^8.2
- laravel/framework: ^10.0 || ^11.0
- pixelfear/composer-dist-plugin: ^0.1
- statamic/cms: ^5.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^8.1
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11.0
- spatie/laravel-ray: ^1.32
README
Review allows you to share unpublished entries or revisions with collaborators without having to create a User for them.
For example, you can create a draft About Us
page and give folks a URL to view that draft content. You can also share a working copy, if you're using revisions.
Localization:
To localize the button, add a lang file in /resources/lang
with the name matching the locale, like fr.json
. In it put your translation:
{
"Copy Review URL to Clipboard": "Translate Me!"
}
Two ways to get that URL:
- The entry listing via the entry's Open Review action:
- The Review fieldtype; I'd recommend adding to the top of the sidebar of any entry blueprint:
Please note:
- Button will only work if:
- the field was added to a blueprint and not a fieldset (Statamic issue)
- the site is served via
https
- content is NOT published
- URLs are public, anyone can view them.
- Once the content is published, visiting that URL redirects to the actual content, unless there is a working copy.