- Issue created by @Kristen Pol
- Assigned to Kristen Pol
- Status changed to Needs review
8 months ago 8:26pm 5 August 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Feb reviewed yesterday but assigning to myself to review before this is merged.
Code is here:
https://git.drupalcode.org/project/demo_design_system/-/tree/b4c9ff45792...
- Assigned to jacobadeutsch
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
I think some slight modifications are needed here for the parser. Assigning to Jacob for review.
/** * @file * Starshot Heading component. * * Variables: * - theme: [string] Theme: light, dark. * - content: [string] Content. * - level: [string] Semantic level. 1 | 2 | 3 | 4 | 5 | 6 The default is 2. * - display: [string] Font style of heading. drupal-2, drupal-3, drupal-4, drupal-5, drupal-6, drupal-7, drupal-8. * - align: [string] left / center / right. * - attributes: [string] Additional attributes. * - modifier_class: [string] Additional classes. */
This should be more correct I think:
{# /** * @file * Starshot Heading component. * * Variables: * - theme: [string] Theme: light, dark. * - content: [string] Heading content. * - level: [string] Semantic level: 1, 2, 3, 4, 5, 6. * - display: [string] Font style of heading: drupal-2, drupal-3, drupal-4, drupal-5, drupal-6, drupal-7, drupal-8. * - align: [string] Heading alignment: left, right, center. * - attributes: [string] Additional attributes. * - modifier_class: [string] Additional classes. */ #}
- Assigned to Kristen Pol
- Status changed to RTBC
8 months ago 12:02am 6 August 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Thanks. I've made the change and am marking this for merging.
- Issue was unassigned.
- Status changed to Fixed
8 months ago 5:16pm 9 August 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
This was merged so marking fixed.
Automatically closed - issue fixed for 2 weeks with no activity.