compact declaration of variable #7

Closed
opened 2024-03-29 07:35:44 +01:00 by egarette · 0 comments
Owner
my_variable:
  default: "my_value"

should be:

my_variable: my_value

Please note that this behavior is only valid with format version 1.1 or higher.

``` my_variable: default: "my_value" ``` should be: ``` my_variable: my_value ``` **Please note that this behavior is only valid with format version 1.1 or higher.**
gremond was assigned by egarette 2024-03-29 07:41:53 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stove/rougail#7
No description provided.