diff --git a/blueprints.yaml b/blueprints.yaml index 12e6c7d..a7bac51 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -26,7 +26,17 @@ form: validate: type: bool - license_key: + cloud_name: type: text - label: Licence Key - placeholder: "YOUR_OPTIMUS_KEY" + label: Your cloud name + placeholder: "YOUR_CLOUD_NAME" + + api_key: + type: text + label: Your API key + placeholder: "YOUR_API_KEY" + + api_secret: + type: text + label: Your API secret + placeholder: "YOUR_API_SECRET"