Skip to content

Commit

Permalink
cms@3866c79
Browse files Browse the repository at this point in the history
Merge pull request #14712 from craftcms/bugfix/cms-14703-matrix-hidden-label
Collapse margin when `.field` follows hidden item
  • Loading branch information
shinybrad committed Mar 28, 2024
1 parent ece9005 commit ca5c560
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 70 deletions.
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <Address> 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.
Expand Down Expand Up @@ -69,15 +68,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<Address> collect($db = null)






#### `addressLine1`

Narrows the query results based on the first address line the addresses have.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <Asset> 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.
Expand Down Expand Up @@ -66,15 +65,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<Asset> collect($db = null)






#### `afterPopulate`

Performs any post-population processing on elements.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <Category> 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.
Expand Down Expand Up @@ -68,15 +67,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<Category> collect($db = null)






#### `afterPopulate`

Performs any post-population processing on elements.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <Entry> 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.
Expand Down Expand Up @@ -96,15 +95,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<Entry> collect($db = null)






#### `after`

Narrows the query results to only entries that were posted on or after a certain date.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <GlobalSet> 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.
Expand Down Expand Up @@ -51,15 +50,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<GlobalSet> collect($db = null)






#### `afterPopulate`

Performs any post-population processing on elements.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <Tag> 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.
Expand Down Expand Up @@ -54,15 +53,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<Tag> collect($db = null)






#### `afterPopulate`

Performs any post-population processing on elements.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/5.x/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

| Param | Description
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| [ElementCollection](#elementcollection) | <User> 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.
Expand Down Expand Up @@ -63,15 +62,6 @@
<!-- textlint-enable -->


#### `ElementCollection`

<User> collect($db = null)






#### `admin`

Narrows the query results to only users that have admin accounts.
Expand Down

0 comments on commit ca5c560

Please sign in to comment.