transformstudios / review
Allow external users to review unpublished content, including revisions
Installs: 17 882
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 4
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
- dev-main
- v5.0
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.2
- v4.0.1
- v4.0
- v3.8.1
- v3.8.0
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.2
- v3.3.1
- v3.3
- v3.2.1
- v3.2
- v3.1.1
- v3.1
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0
- v2.1.1
- v2.1
- v2.0
- dev-52-when-the-enable-publish-dates-is-on-and-the-contents-publish-date-is-in-the-future-and-the-content-is-in-r
This package is auto-updated.
Last update: 2024-12-03 18:13:45 UTC
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.