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({
+
+
+
+
+
+
+
+
+
+
+
+
+
`,
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