Skip to content

Commit

Permalink
cms@17164e7
Browse files Browse the repository at this point in the history
Merge branch 'release/4.7.0' into main
  • Loading branch information
shinybrad committed Jan 23, 2024
1 parent 2a21348 commit 27cfa06
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.artifacts/cms/4.x/console-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3011,6 +3011,17 @@ Ensures all elements UIDs are unique.

Fixes any duplicate UUIDs found within field layout components in the project config.

## `utils/prune-orphaned-matrix-blocks`


<h3 id="utils-prune-orphaned-matrix-blocks-index">
<a href="#utils-prune-orphaned-matrix-blocks-index" class="header-anchor">#</a>
<code>utils/prune-orphaned-matrix-blocks</code>
</h3>


Prunes orphaned matrix blocks for each site.

## `utils/prune-provisional-drafts`


Expand Down
18 changes: 18 additions & 0 deletions docs/.artifacts/cms/4.x/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -4030,6 +4030,24 @@
"type": "yii\\base\\ActionEvent",
"desc": "an event raised right after executing a controller action."
},
{
"class": "craft\\console\\controllers\\utils\\PruneOrphanedMatrixBlocksController",
"name": "EVENT_DEFINE_ACTIONS",
"type": "craft\\events\\DefineConsoleActionsEvent",
"desc": "The event that is triggered when defining custom actions for this controller."
},
{
"class": "craft\\console\\controllers\\utils\\PruneOrphanedMatrixBlocksController",
"name": "EVENT_BEFORE_ACTION",
"type": "yii\\base\\ActionEvent",
"desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution."
},
{
"class": "craft\\console\\controllers\\utils\\PruneOrphanedMatrixBlocksController",
"name": "EVENT_AFTER_ACTION",
"type": "yii\\base\\ActionEvent",
"desc": "an event raised right after executing a controller action."
},
{
"class": "craft\\console\\controllers\\utils\\PruneProvisionalDraftsController",
"name": "EVENT_DEFINE_ACTIONS",
Expand Down

0 comments on commit 27cfa06

Please sign in to comment.