Skip to content

Commit

Permalink
Document it
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Feb 17, 2024
1 parent 359f75f commit 55ae8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base/ElementInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public static function createCondition(): ElementConditionInterface;
* - **`status`** – The status color that should be shown beside the source label. Possible values include `green`,
* `orange`, `red`, `yellow`, `pink`, `purple`, `blue`, `turquoise`, `light`, `grey`, `black`, and `white`. (Optional)
* - **`badgeCount`** – The badge count that should be displayed alongside the label. (Optional)
* - **`badgeLabel`** – The badge count label that should be provided for screen readers. (Optional)
* - **`sites`** – An array of site IDs or UUIDs that the source should be shown for, on multi-site element indexes.
* (Optional; by default the source will be shown for all sites.)
* - **`criteria`** – An array of element criteria parameters that the source should use when the source is selected.
Expand Down

0 comments on commit 55ae8d6

Please sign in to comment.