diff --git a/composer.json b/composer.json index c2a788776..536cdd805 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "php": ">=8.3", "acquia/blt": "^13.5", "acquia/blt-multisite": "^1.0", - "codechefmarc/content_access_simple": "1.1.0", + "codechefmarc/content_access_simple": "1.1.1", "composer/installers": "^1.9", "cweagans/composer-patches": "^1.7", "dinbror/blazy": "^1.8", diff --git a/composer.lock b/composer.lock index 0f433fc5e..166a6816d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b8e3d7e0f3bbb5e22e557a262bb2770d", + "content-hash": "a6d1e50f9e098a1f83afcd347490c0fe", "packages": [ { "name": "acquia/blt", @@ -371,16 +371,16 @@ }, { "name": "codechefmarc/content_access_simple", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/codechefmarc/content_access_simple.git", - "reference": "9b9135ad1b89dcaebe908673c102fa7063fd7deb" + "reference": "0fc77fd10f04ecf7f8dd42341ef50b45b542b07d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codechefmarc/content_access_simple/zipball/9b9135ad1b89dcaebe908673c102fa7063fd7deb", - "reference": "9b9135ad1b89dcaebe908673c102fa7063fd7deb", + "url": "https://api.github.com/repos/codechefmarc/content_access_simple/zipball/0fc77fd10f04ecf7f8dd42341ef50b45b542b07d", + "reference": "0fc77fd10f04ecf7f8dd42341ef50b45b542b07d", "shasum": "" }, "require": { @@ -395,10 +395,10 @@ ], "description": "A simpler way to set view permissions for Content Access", "support": { - "source": "https://github.com/codechefmarc/content_access_simple/tree/1.1.0", + "source": "https://github.com/codechefmarc/content_access_simple/tree/1.1.1", "issues": "https://github.com/codechefmarc/content_access_simple/issues" }, - "time": "2024-11-05T18:46:23+00:00" + "time": "2024-11-14T23:21:34+00:00" }, { "name": "commerceguys/addressing", diff --git a/config/default/content_access_simple.settings.yml b/config/default/content_access_simple.settings.yml index 58cb4c972..7aa30b605 100644 --- a/config/default/content_access_simple.settings.yml +++ b/config/default/content_access_simple.settings.yml @@ -5,3 +5,7 @@ role_config: - anonymous - authenticated - administrator + disabled_roles: + - site_manager +debug: false +help_text_view: 'Only the chosen roles will be able to view this content'