Release create and edit parameter flows to the public (#6295)
I can't believe I didn't realize they never got marked as no longer in development!
This commit is contained in:
@ -785,7 +785,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
|||||||
displayName: 'Create parameter',
|
displayName: 'Create parameter',
|
||||||
description: 'Add a named constant to use in geometry',
|
description: 'Add a named constant to use in geometry',
|
||||||
icon: 'make-variable',
|
icon: 'make-variable',
|
||||||
status: 'development',
|
|
||||||
needsReview: false,
|
needsReview: false,
|
||||||
args: {
|
args: {
|
||||||
value: {
|
value: {
|
||||||
@ -801,7 +800,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
|||||||
displayName: 'Edit parameter',
|
displayName: 'Edit parameter',
|
||||||
description: 'Edit the value of a named constant',
|
description: 'Edit the value of a named constant',
|
||||||
icon: 'make-variable',
|
icon: 'make-variable',
|
||||||
status: 'development',
|
|
||||||
needsReview: false,
|
needsReview: false,
|
||||||
args: {
|
args: {
|
||||||
nodeToEdit: {
|
nodeToEdit: {
|
||||||
|
Reference in New Issue
Block a user