Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestkirby committed Feb 8, 2024
1 parent dd987d8 commit ca94237
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/elements/elements/hd-flipcard/element.json
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,13 @@
"source": true,
"enable": "image_back"
},
"image_back_loading": {
"label": "Loading",
"description": "By default, images are loaded lazy. Enable eager loading for images in the initial viewport.",
"type": "checkbox",
"text": "Load image eagerly",
"enable": "image_back"
},
"image_back_border": {
"label": "Border",
"description": "Select the image border style.",
Expand Down Expand Up @@ -1445,13 +1452,6 @@
},
"enable": "image_back && image_back_svg_inline"
},
"image_back_loading": {
"label": "Loading",
"description": "By default, images are loaded lazy. Enable eager loading for images in the initial viewport.",
"type": "checkbox",
"text": "Load image eagerly",
"enable": "image_back"
},
"image_back_text_color": {
"label": "Text Color",
"description": "Set light or dark color mode for text, buttons and controls if a sticky transparent navbar is displayed above.",
Expand Down Expand Up @@ -1758,6 +1758,7 @@
"divider": true,
"fields": [
"image_back_focal_point",
"image_back_loading",
"image_back_border",
"image_back_box_shadow",
"image_back_box_decoration",
Expand All @@ -1777,7 +1778,6 @@
"image_back_svg_inline",
"image_back_svg_animate",
"image_back_svg_color",
"image_back_loading",
"image_back_text_color"
]
},
Expand Down

0 comments on commit ca94237

Please sign in to comment.