Single line examples for structures should be single line in examples

Created on 25 April 2023, over 1 year ago

Problem/Motivation

Currently the CustomUrl provider has 3 examples:

[
      'custom: "https://drupal.org"',

      'custom: ["https://drupal.org", "https://drupal.org/project/funding"]',

      'custom:
        - "https://drupal.org"
        - "https://drupal.org/project/funding",
];

The problem is with the 2nd example. On the examples output, it is decoded into a multiline structure:

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States daggerhart

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

Comments & Activities

Production build 0.71.5 2024