Problem/Motivation

Dependencies are not defined properly causing a library assertion error and a white screen.

Issue fork prototype-3423986

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pixelwhip created an issue. See original summary.

pixelwhip’s picture

Status: Active » Needs review
Jasjeet Kaur Brar’s picture

@john ,
YES, In YAML syntax, when we want to define a list of items, we use a hyphen (-) followed by a space to indicate each item in the list. This is the standard way to represent lists in YAML.
This syntax helps YAML parsers understand that dependencies is a list containing items,
** The MR can be merged. Marking this ticket to RTBC!
And Thank You.

Jasjeet Kaur Brar’s picture

Status: Needs review » Reviewed & tested by the community

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

  • jldust committed 516a4883 on 5.x authored by pixelwhip
    Issue #3423986 by pixelwhip: Syntax error in prototype.libraries.yml
    
jldust’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for catching this issue, it has been merged into main and will be included in the next tagged release.

jldust’s picture

Status: Fixed » Closed (fixed)