{% set shadowPresets = {
'effect_1': {
'name': 'Effect 1',
'offset_x': '8',
'offset_y': '8',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_2': {
'name': 'Effect 2',
'offset_x': '-8',
'offset_y': '-8',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_3': {
'name': 'Effect 3',
'offset_x': '-8',
'offset_y': '8',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_4': {
'name': 'Effect 4',
'offset_x': '8',
'offset_y': '-8',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_5': {
'name': 'Effect 5',
'offset_x': '8',
'offset_y': '0',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_6': {
'name': 'Effect 6',
'offset_x': '-8',
'offset_y': '0',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_7': {
'name': 'Effect 7',
'offset_x': '0',
'offset_y': '-8',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_8': {
'name': 'Effect 8',
'offset_x': '0',
'offset_y': '8',
'blur': '6',
'color': 'rgba(0, 0, 0, 0.58)'
},
'effect_9': {
'name': 'Effect 9',
'offset_x': '0',
'offset_y': '4',
'blur': '10',
'color': 'rgba(0, 0, 0, 1.0)'
},
'effect_10': {
'name': 'Effect 10',
'offset_x': '0',
'offset_y': '-4',
'blur': '8',
'color': 'rgba(0, 0, 0, 1.0)'
}
} %}
{% for value, effect in shadowPresets %}
{{ translate('Select') }}
{% endfor %}