From 1c66e3db4a90d59ed122d497fdfff58a7e2613aa Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Thu, 27 Jul 2017 10:43:50 +0200 Subject: [PATCH] :wrench: Add elements in blueprints --- blueprints.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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"