breakpoint_mapping has wrong or no default values (everywhere)

Created on 17 October 2023, over 1 year ago

Problem/Motivation

drowl_paragraphs.settings.yml
has

breakpoint_mapping:
  drowl_base:
    small:
      1x:
        size_mapping: sm
    medium:
      1x:
        size_mapping: sm
    large:
      1x:
        size_mapping: sm
    xlarge:
      1x:
        size_mapping: sm
    xxlarge:
      1x:
        size_mapping: sm

everywhere. Presumably I forgot to write an update hook to set the correct defaults, when we added that setting.

As just discussed with @thomas.frobieter we should set the values to the new defaults by hard:

breakpoint_mapping:
  drowl_base:
    small:
      1x:
        size_mapping: sm
    medium:
      1x:
        size_mapping: md
    large:
      1x:
        size_mapping: lg
    xlarge:
      1x:
        size_mapping: lg
    xxlarge:
      1x:
        size_mapping: lg

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

4.0

Component

Code

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024