Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doefom committed May 30, 2024
1 parent 0385771 commit 84fe594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Restrict

> A Statamic addon that lets you define which entries should be listable to whom in the control panel by defining custom
> restriction logic.
> A Statamic addon that applies your EntryPolicy's `view` method to entry listings in the control panel.
- ✅ Statamic v4
- ✅ Statamic v5
Expand All @@ -12,7 +11,7 @@

## Features

Prevent entries from showing up in the control panel based on the restrictions you define.
Prevent entries from showing up in the control panel based on the `EntryPolicy` you define.

## Upgrade Guide

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doefom/restrict",
"description": "A Statamic addon that lets you define which entries should be listable to whom in the control panel by defining custom restriction logic.",
"description": "A Statamic addon that applies your EntryPolicy's `view` method to entry listings in the control panel.",
"autoload": {
"psr-4": {
"Doefom\\Restrict\\": "src"
Expand Down

0 comments on commit 84fe594

Please sign in to comment.