Skip to content

Commit

Permalink
feature: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed Nov 1, 2023
1 parent 5a7966e commit ac6f5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Amis/DetailAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @method $this type(string $value)
* @method $this badge(array $schema)
* @method $this labelRemark(string $value)
* @method $this description(string $value)
* @method $this hidden(bool $is = true)
* @method $this hiddenOn(string $expression)
* @method $this visible(bool $is = true)
Expand Down
1 change: 1 addition & 0 deletions src/Amis/FormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @method $this size(string $value) 'xs' | 'sm' | 'md' | 'lg' | 'full'
* @method $this placeholder(string $value)
* @method $this labelRemark(string|array $value)
* @method $this description(string $value)
* @method $this disabled(bool $is = true)
* @method $this disabledOn(string $expression)
* @method $this hidden(bool $is = true)
Expand Down

0 comments on commit ac6f5cc

Please sign in to comment.