Skip to content

Commit

Permalink
feat(YSP-672): add bulk ai enable/disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanken-yale committed Oct 17, 2024
1 parent 15ade6f commit f4d92e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: c4c1fe69-3658-4316-a349-fbb29416756e
langcode: en
status: true
dependencies:
module:
- ai_engine_metadata
id: disable_ai
label: 'Disable AI'
type: node
plugin: ai_engine_disable_ai
configuration: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: e9915862-ac04-4981-89a0-63858245e47a
langcode: en
status: true
dependencies:
module:
- ai_engine_metadata
id: enable_ai
label: 'Enable AI'
type: node
plugin: ai_engine_enable_ai
configuration: { }
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ display:
action_title: Action
include_exclude: include
selected_actions:
- disable_ai
- enable_ai
- node_delete_action
- pathauto_update_alias_node
- publish_moderated_content
Expand Down

0 comments on commit f4d92e4

Please sign in to comment.