rlefaive
2 months ago
1 changed files with 6 additions and 1 deletions
@ -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 |
||||
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'. |
||||
|
Loading…
Reference in new issue