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
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
Comment #5
marcofernandes commented