From 3316de2404755eb3ae4f37cad0eb09560ef2193f Mon Sep 17 00:00:00 2001 From: rlefaive Date: Tue, 3 Dec 2024 15:58:16 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e90c62..7201f82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ Features: 1. red highlight of Views rows that have class 'Unpublished'. -2. pathauto fallback for pattern 'repository_items' that defaults to NID if field_pid is empty \ No newline at end of file +2. pathauto fallback for pattern 'repository_items' that defaults to NID if field_pid is empty + +Configuration: + +1. Set up the views listed in `islandlives_views_pre_render()` so that under Table > Settings > "Row class" they have '{{ status }}'. Then the css selector should pick up 'Unpublished'. You may need to add the Published (status) field to the views. +2. Create a pathauto pattern called 'repository_items'.