Problem/Motivation

Due to a bug in drupal-block-settings.js, settings that have numbers in the name are not supported. I checked the Drupal docs, and numbers are also valid.

Steps to reproduce

Open a block settings modal that has settings with numbers in the machine names.

Proposed resolution

Change the regex /\[([a-z_]*)\]/gm into /\[([a-z0-9_]*)\]/gm

Issue fork gutenberg-3258376

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

svenryen created an issue. See original summary.

marcofernandes made their first commit to this issue’s fork.

marcofernandes’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.