Skip to content

Commit

Permalink
CHORE: update interface / display descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Marcelino committed Mar 6, 2024
1 parent d5abb2a commit 887526e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/display/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineDisplay({
id: 'field-actions',
name: 'Action display',
icon: 'ads_click',
description: 'Display content with actions like linking or copy to clipboard. (By clicking on the content (only at readonly) and seperate buttons)! NOTE: the content needs to match the schema',
description: 'Display content with linking and copy to clipboard options',
component: DisplayComponent,
types: ['uuid', 'string', 'text', 'bigInteger', 'integer', 'decimal', 'float'],
options: ({ field }): any => {
Expand Down
2 changes: 1 addition & 1 deletion src/interface/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineInterface({
id: 'field-actions',
name: 'Action interface',
icon: 'ads_click',
description: 'Display content with actions like linking or copy to clipboard. (By clicking on the content (only at readonly) and seperate buttons)! NOTE: the content needs to match the schema',
description: 'Display content with linking and copy to clipboard options',
component: InterfaceComponent,
types: ['uuid', 'string', 'text', 'bigInteger', 'integer', 'decimal', 'float'],
options: ({ field }): any => {
Expand Down

0 comments on commit 887526e

Please sign in to comment.