- Issue created by @larowlan
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
FYI:
\Drupal\experience_builder\Entity\JavaScriptComponent::$machineName
was specifically chosen to match SDC'score/assets/schemas/v1/metadata-full.schema.json#properties.machineName
As documented in config schema:
# See core/assets/schemas/v1/metadata-full.schema.json#properties.machineName machineName: type: machine_name label: 'Machine Name' constraints: Regex: pattern: '/^[a-z]([a-zA-Z0-9_-]*[a-zA-Z0-9])*$/' message: 'The %value machine name is not valid.'
- π¬π§United Kingdom longwave UK
I get that we are following SDC, but we also use snake case for all other config entity properties. Not sure what is best here.