From 2f7c818060cd0038dfadd273bf72c24c28844f55 Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 25 Jan 2024 14:40:05 +0100 Subject: [PATCH] v2.2.0 add license activation input again --- system/typemill/author/js/vue-license.js | 34 +++++++++++++++++++++ system/typemill/settings/license.yaml | 38 ++++++++++++++---------- 2 files changed, 57 insertions(+), 15 deletions(-) diff --git a/system/typemill/author/js/vue-license.js b/system/typemill/author/js/vue-license.js index 4b178d0..68df200 100644 --- a/system/typemill/author/js/vue-license.js +++ b/system/typemill/author/js/vue-license.js @@ -43,6 +43,40 @@ const app = Vue.createApp({ + + + +
+
+ {{ fieldDefinition.legend }} + + +
+ + +
+
+
{{ message }}
+ +
+ + + + `, data() { diff --git a/system/typemill/settings/license.yaml b/system/typemill/settings/license.yaml index 7a3b123..0793a82 100644 --- a/system/typemill/settings/license.yaml +++ b/system/typemill/settings/license.yaml @@ -1,15 +1,23 @@ -license: - name: license - label: 'Your license key' - type: 'text' - required: true -email: - name: email - label: 'Your email' - type: 'text' - required: true -domain: - name: domain - label: 'Domain for license' - type: 'text' - required: true \ No newline at end of file +fieldsetlicense: + type: fieldset + legend: Activate Your License + description: 'bla bla bla' + fields: + license: + name: license + label: 'Your license key' + type: 'text' + required: true + description: 'Enter your license key. You got your license key via mail from Paddle.' + email: + name: email + label: 'Your email' + type: 'text' + required: true + description: 'Enter your e-mail address that you used for your license-purchase.' + domain: + name: domain + label: 'Domain for license' + type: 'text' + required: true + description: 'Enter the full domain like https://wwww.mywebsite.de. Note about proxy?' \ No newline at end of file