This is a Feature Proposal
🎩 Description
I'm currently working a on feature to help admins with configuring options for authorization workflows without having to learn JSON.
To do that, I'm enhancing the authorization workflow manifest to inform about the options it supports via an options block that uses the same SettingsManifest that participatory space settings use under the hood. For example,
options do |option|
option.attribute :postal_code, type: :integer
end
What do you think?
📌 Related issues
None.
📋 Additional Data
None.
This is a Feature Proposal
🎩 Description
I'm currently working a on feature to help admins with configuring options for authorization workflows without having to learn JSON.
To do that, I'm enhancing the authorization workflow manifest to inform about the options it supports via an
optionsblock that uses the sameSettingsManifestthat participatory space settings use under the hood. For example,What do you think?
📌 Related issues
None.
📋 Additional Data
None.