Commit 35a334e
committed
minor #2840 [Docs] Fix missing dynamic attributes on
This PR was merged into the 2.x branch.
Discussion
----------
[Docs] Fix missing dynamic attributes on `<twig:ux:map>` example
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | yes
| Issues | Fix #...
| License | MIT
The twig component example from the documentation is missing the dynamic annotation before the center and markers attributes creating an error as the arrays aren't decoded

Commits
-------
79f11cb fix: missing dynamic attributes on ux-map example<twig:ux:map> example (raphael-geffroy)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments