copy type/params/multi attribut when default value is a VariableCalculation #33

Open
opened 2024-08-06 09:46:43 +02:00 by egarette · 0 comments
Owner

For example:

---
version: 1.1
var1:
  description: a first variable
  multi: true
  type: domainname
  params:
    allow_ip: true
var2:
  description: a second variable
  default:
    type: variable
    variable: _.var1

var2 should be by default a domainname with allow_ip parameter dans multi set to true.

For example: ```yaml --- version: 1.1 var1: description: a first variable multi: true type: domainname params: allow_ip: true var2: description: a second variable default: type: variable variable: _.var1 ``` var2 should be by default a domainname with allow_ip parameter dans multi set to true.
egarette self-assigned this 2024-08-06 09:46:43 +02: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#33
No description provided.