Skip to content

Commit 8be17f8

Browse files
github-actions[bot]github-actions
andauthored
Add updated snippets (#329)
Co-authored-by: github-actions <[email protected]>
1 parent e3a275f commit 8be17f8

2 files changed

Lines changed: 2575 additions & 2258 deletions

File tree

snippets/auto_gen/hubl_tags.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
},
128128
"dnd_grid_section": {
129129
"body": [
130-
"{% dnd_grid_section content_width=\"${1:content_width}\" padding=\"${2:padding}\" margin=\"${3:margin}\" background_layers=\"${4:background_layers}\" is_hidden=\"${5:is_hidden}\" %}\n{% end_dnd_grid_section %}"
130+
"{% dnd_grid_section content_width=\"${1:content_width}\" padding=\"${2:padding}\" margin=\"${3:margin}\" background_layers=\"${4:background_layers}\" is_hidden=\"${5:is_hidden}\" data_variant=\"${6:data_variant}\" %}\n{% end_dnd_grid_section %}"
131131
],
132-
"description": "A top-level element inside a drag-and-drop area of grid type. Grid sections can only be children of a drag-and-drop area tag in grids flow.\nParameters:\n- content_width(dict) Maximum width of the section.\n- padding(dict) Add top, bottom, left, and right padding.\n- margin(dict) Add top, bottom, left, and right margin.\n- background_layers(dict) Add background layers to the section.\n- is_hidden(dict) Denotes if the section is hidden in the editor.",
132+
"description": "A top-level element inside a drag-and-drop area of grid type. Grid sections can only be children of a drag-and-drop area tag in grids flow.\nParameters:\n- content_width(dict) Maximum width of the section.\n- padding(dict) Add top, bottom, left, and right padding.\n- margin(dict) Add top, bottom, left, and right margin.\n- background_layers(dict) Add background layers to the section.\n- is_hidden(dict) Denotes if the section is hidden in the editor.\n- data_variant(string) Sets the data-variant HTML attribute on the rendered section element.",
133133
"prefix": "~dnd_grid_section"
134134
},
135135
"do": {

0 commit comments

Comments
 (0)