Skip to content
Snippets Groups Projects
Commit 97a492f5 authored by Lucas Hedding's avatar Lucas Hedding Committed by Gaus Surahman
Browse files

Issue #3411047 by heddn, gausarts: The definition for the sequence declares...

Issue #3411047 by heddn, gausarts: The definition for the sequence declares the type of its items in a way that is deprecated in drupal:8.0.0
parent 32f9cd89
No related branches found
No related tags found
No related merge requests found
Pipeline #100157 passed with warnings
Blazy 8.x-2.0-dev, 2024-02-01
------------------------------
- Issue #3411047 by heddn: The definition for the sequence declares the type of
its items in a way that is deprecated in drupal:8.0.0
Blazy 8.x-2.0-dev, 2023-11-06
------------------------------
- Issue #3399304 by gausarts, Corn696: Loading indicator no longer working.
......
......@@ -12,8 +12,8 @@ blazy.settings:
type: sequence
label: 'No JavaScript'
sequence:
- type: string
label: nojs
type: string
label: nojs
fx:
type: string
label: 'Image effect'
......@@ -106,8 +106,8 @@ blazy_base:
type: sequence
label: Captions
sequence:
- type: string
label: Caption
type: string
label: Caption
optionset:
type: string
label: Optionset
......@@ -168,8 +168,8 @@ filter_settings.blazy_filter:
type: sequence
label: 'HTML tags'
sequence:
- type: string
label: tag
type: string
label: tag
use_data_uri:
type: string
label: 'Trust data URI'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment