Skip to content

Commit

Permalink
Improve interactive descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz authored and cbravobernal committed Feb 2, 2024
1 parent 4dede2f commit 36d9491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@
"oneOf": [
{
"type": "boolean",
"description": "Indicates whether the block is using the Interactivity API directives.",
"default": false
},
{
Expand All @@ -693,7 +694,7 @@
},
"interactive": {
"type": "boolean",
"description": "Indicates if the block has directives and interactions.",
"description": "Indicates whether the block is using the Interactivity API directives.",
"default": false
}
}
Expand Down

0 comments on commit 36d9491

Please sign in to comment.