-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(YSP-672): add bulk ai enable/disable
- Loading branch information
1 parent
15ade6f
commit f4d92e4
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
web/profiles/custom/yalesites_profile/config/sync/system.action.disable_ai.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { } |
11 changes: 11 additions & 0 deletions
11
web/profiles/custom/yalesites_profile/config/sync/system.action.enable_ai.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters