Browse Source

Update 'README.md'

main
rlefaive 2 months ago
parent
commit
3316de2404
  1. 7
      README.md

7
README.md

@ -1,4 +1,9 @@
Features: Features:
1. red highlight of Views rows that have class 'Unpublished'. 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…
Cancel
Save