Skip to content
Snippets Groups Projects
Commit 430a7fe0 authored by Gaus Surahman's avatar Gaus Surahman
Browse files

Issue #3411047 by heddn: The definition for the sequence declares the type of...

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
parent 6bc01774
Branches
Tags
No related merge requests found
Pipeline #85744 passed with warnings
......@@ -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'
......@@ -97,8 +97,8 @@ blazy_base:
type: sequence
label: Captions
sequence:
- type: string
label: Caption
type: string
label: Caption
optionset:
type: string
label: Optionset
......@@ -159,8 +159,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