Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aa490ab
Add interactivity schemas
cbravobernal Jan 23, 2024
53c0f34
Update all blocks with clientNavigation support
cbravobernal Jan 23, 2024
35f558e
Update non compatible with client side navigation blocks
cbravobernal Jan 23, 2024
d6ed376
Add clientNavigation conditional to Query block
cbravobernal Jan 23, 2024
f548120
Update changelog
cbravobernal Jan 23, 2024
6a7a5a1
Add interactivty enabled
cbravobernal Jan 24, 2024
2224a6f
Update with new schema
cbravobernal Jan 26, 2024
d3aecc7
Update with new schema
cbravobernal Jan 26, 2024
8d32c4b
Still not working, but updates on query
cbravobernal Jan 26, 2024
0ffdfd9
Hard reset of query PHP part, tests should pass
cbravobernal Jan 31, 2024
4279bfc
Update supports version and query code, tests still failing
cbravobernal Jan 31, 2024
c5bafa5
Remove comment template interactivity
cbravobernal Feb 1, 2024
7fd4df2
Simplify query
cbravobernal Feb 1, 2024
5f8f077
Simplify query
cbravobernal Feb 1, 2024
787767f
Remove not needed interactive false
cbravobernal Feb 1, 2024
e519909
Revert duplicated interactivity
cbravobernal Feb 2, 2024
0f01dda
Update supports
cbravobernal Feb 2, 2024
072c51f
Update schema
cbravobernal Feb 2, 2024
60efcbe
Update docs
cbravobernal Feb 2, 2024
dccc845
Fix query php render
cbravobernal Feb 2, 2024
e9fbe23
Improve comment
cbravobernal Feb 2, 2024
dfc7f6d
Add consistency to the render query
cbravobernal Feb 2, 2024
39d79ad
Avoid not needed serialization
cbravobernal Feb 2, 2024
4dede2f
Revert "Avoid not needed serialization"
cbravobernal Feb 2, 2024
36d9491
Improve `interactive` descriptions
luisherranz Feb 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve interactive descriptions
  • Loading branch information
luisherranz authored and cbravobernal committed Feb 2, 2024
commit 36d9491fcc5e00ce1fbc92d59397dc1cd1253a86
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