From ca5c5602c9473e30df9eb845b5eaf87e5e94f406 Mon Sep 17 00:00:00 2001 From: shinybrad Date: Thu, 28 Mar 2024 21:52:22 +0000 Subject: [PATCH] cms@3866c79 Merge pull request #14712 from craftcms/bugfix/cms-14703-matrix-hidden-label Collapse margin when `.field` follows hidden item --- docs/.artifacts/cms/5.x/addresses.md | 10 ---------- docs/.artifacts/cms/5.x/assets.md | 10 ---------- docs/.artifacts/cms/5.x/categories.md | 10 ---------- docs/.artifacts/cms/5.x/entries.md | 10 ---------- docs/.artifacts/cms/5.x/globals.md | 10 ---------- docs/.artifacts/cms/5.x/tags.md | 10 ---------- docs/.artifacts/cms/5.x/users.md | 10 ---------- 7 files changed, 70 deletions(-) diff --git a/docs/.artifacts/cms/5.x/addresses.md b/docs/.artifacts/cms/5.x/addresses.md index 3b3fea262..f589ad926 100644 --- a/docs/.artifacts/cms/5.x/addresses.md +++ b/docs/.artifacts/cms/5.x/addresses.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -| [ElementCollection](#elementcollection) |
collect($db = null) | [addressLine1](#addressline1) | Narrows the query results based on the first address line the addresses have. | [addressLine2](#addressline2) | Narrows the query results based on the second address line the addresses have. | [addressLine3](#addressline3) | Narrows the query results based on the third address line the addresses have. @@ -69,15 +68,6 @@ -#### `ElementCollection` - -
collect($db = null) - - - - - - #### `addressLine1` Narrows the query results based on the first address line the addresses have. diff --git a/docs/.artifacts/cms/5.x/assets.md b/docs/.artifacts/cms/5.x/assets.md index 83e46638f..bc56601d7 100644 --- a/docs/.artifacts/cms/5.x/assets.md +++ b/docs/.artifacts/cms/5.x/assets.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -| [ElementCollection](#elementcollection) | collect($db = null) | [afterPopulate](#afterpopulate) | Performs any post-population processing on elements. | [andRelatedTo](#andrelatedto) | Narrows the query results to only assets that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching assets as arrays of data, rather than [Asset](craft5:craft\elements\Asset) objects. @@ -66,15 +65,6 @@ -#### `ElementCollection` - - collect($db = null) - - - - - - #### `afterPopulate` Performs any post-population processing on elements. diff --git a/docs/.artifacts/cms/5.x/categories.md b/docs/.artifacts/cms/5.x/categories.md index 987d958ff..240ef6607 100644 --- a/docs/.artifacts/cms/5.x/categories.md +++ b/docs/.artifacts/cms/5.x/categories.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -| [ElementCollection](#elementcollection) | collect($db = null) | [afterPopulate](#afterpopulate) | Performs any post-population processing on elements. | [ancestorDist](#ancestordist) | Narrows the query results to only categories that are up to a certain distance away from the category specified by [ancestorOf](#ancestorof). | [ancestorOf](#ancestorof) | Narrows the query results to only categories that are ancestors of another category in its structure. @@ -68,15 +67,6 @@ -#### `ElementCollection` - - collect($db = null) - - - - - - #### `afterPopulate` Performs any post-population processing on elements. diff --git a/docs/.artifacts/cms/5.x/entries.md b/docs/.artifacts/cms/5.x/entries.md index c3ab75a1d..28b85fdbe 100644 --- a/docs/.artifacts/cms/5.x/entries.md +++ b/docs/.artifacts/cms/5.x/entries.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -| [ElementCollection](#elementcollection) | collect($db = null) | [after](#after) | Narrows the query results to only entries that were posted on or after a certain date. | [afterPopulate](#afterpopulate) | Performs any post-population processing on elements. | [allowOwnerDrafts](#allowownerdrafts) | Narrows the query results based on whether the entries’ owners are drafts. @@ -96,15 +95,6 @@ -#### `ElementCollection` - - collect($db = null) - - - - - - #### `after` Narrows the query results to only entries that were posted on or after a certain date. diff --git a/docs/.artifacts/cms/5.x/globals.md b/docs/.artifacts/cms/5.x/globals.md index 38bd8b114..bb653d72b 100644 --- a/docs/.artifacts/cms/5.x/globals.md +++ b/docs/.artifacts/cms/5.x/globals.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -| [ElementCollection](#elementcollection) | collect($db = null) | [afterPopulate](#afterpopulate) | Performs any post-population processing on elements. | [andRelatedTo](#andrelatedto) | Narrows the query results to only global sets that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching global sets as arrays of data, rather than [GlobalSet](craft5:craft\elements\GlobalSet) objects. @@ -51,15 +50,6 @@ -#### `ElementCollection` - - collect($db = null) - - - - - - #### `afterPopulate` Performs any post-population processing on elements. diff --git a/docs/.artifacts/cms/5.x/tags.md b/docs/.artifacts/cms/5.x/tags.md index 69ac97ac4..e07904f49 100644 --- a/docs/.artifacts/cms/5.x/tags.md +++ b/docs/.artifacts/cms/5.x/tags.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -| [ElementCollection](#elementcollection) | collect($db = null) | [afterPopulate](#afterpopulate) | Performs any post-population processing on elements. | [andRelatedTo](#andrelatedto) | Narrows the query results to only tags that are related to certain other elements. | [asArray](#asarray) | Causes the query to return matching tags as arrays of data, rather than [Tag](craft5:craft\elements\Tag) objects. @@ -54,15 +53,6 @@ -#### `ElementCollection` - - collect($db = null) - - - - - - #### `afterPopulate` Performs any post-population processing on elements. diff --git a/docs/.artifacts/cms/5.x/users.md b/docs/.artifacts/cms/5.x/users.md index fa53548ac..21b6fc6a8 100644 --- a/docs/.artifacts/cms/5.x/users.md +++ b/docs/.artifacts/cms/5.x/users.md @@ -8,7 +8,6 @@ | Param | Description | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -| [ElementCollection](#elementcollection) | collect($db = null) | [admin](#admin) | Narrows the query results to only users that have admin accounts. | [afterPopulate](#afterpopulate) | Performs any post-population processing on elements. | [andRelatedTo](#andrelatedto) | Narrows the query results to only users that are related to certain other elements. @@ -63,15 +62,6 @@ -#### `ElementCollection` - - collect($db = null) - - - - - - #### `admin` Narrows the query results to only users that have admin accounts.