Update declarative project creation
This is because of an Hydra API change.
This commit is contained in:
parent
13e67cdf36
commit
2fefb195a9
1 changed files with 5 additions and 3 deletions
|
@ -34,9 +34,11 @@ cat >data.json <<EOF
|
|||
"homepage":"$DECL_HOMEPAGE",
|
||||
"enabled":"1",
|
||||
"visible":"1",
|
||||
"declfile": "$DECL_FILE",
|
||||
"decltype":"$DECL_TYPE",
|
||||
"declvalue":"$DECL_VALUE"
|
||||
"declarative": {
|
||||
"file": "$DECL_FILE",
|
||||
"type":"$DECL_TYPE",
|
||||
"value":"$DECL_VALUE"
|
||||
}
|
||||
}
|
||||
EOF
|
||||
cat data.json
|
||||
|
|
Loading…
Add table
Reference in a new issue