You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
734 B
734 B
Node Media Unpublish
Provides a Drupal 10/11 node action named Unpublish node and associated media.
When the action is executed for a node, it:
- Unpublishes the node if it is currently published.
- Finds media entities where
field_media_ofreferences the node. - Unpublishes each published media entity the current user is allowed to update.
Installation
Copy the module to web/modules/custom/node_media_unpublish, then enable it:
drush en node_media_unpublish -y
drush cr
The module installs a configured system action automatically, so it can be used from Drupal's node bulk operations/action UI.
Caution
Will unpublish the associated media, even if media is associated with multiple nodes.