From fca6c6881cceeae4782df63db34c020dc084f257 Mon Sep 17 00:00:00 2001 From: Rico Neitzel Date: Wed, 23 Oct 2019 19:29:25 +0200 Subject: [PATCH 1/3] Adds Table structure to db_schema.xml --- M2 db_schema.xml.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/M2 db_schema.xml.xml b/M2 db_schema.xml.xml index 4137352..94c5c2e 100644 --- a/M2 db_schema.xml.xml +++ b/M2 db_schema.xml.xml @@ -1,5 +1,8 @@ + - - \ No newline at end of file + + +
+ From 0c7b9dd616dc3b664c74c95ab540530dfbd3b87b Mon Sep 17 00:00:00 2001 From: Rico Neitzel Date: Wed, 23 Oct 2019 19:29:54 +0200 Subject: [PATCH 2/3] Adds requireJS Config Template --- M2 requireJS Config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 M2 requireJS Config.js diff --git a/M2 requireJS Config.js b/M2 requireJS Config.js new file mode 100644 index 0000000..8f751fa --- /dev/null +++ b/M2 requireJS Config.js @@ -0,0 +1,9 @@ +'use strict'; + +var config={ + map: { + '*': { + + } + } +}; \ No newline at end of file From d25bb442f889fa350e777b4c258a2f42e30ce645 Mon Sep 17 00:00:00 2001 From: Rico Neitzel Date: Wed, 23 Oct 2019 20:48:49 +0200 Subject: [PATCH 3/3] adds variable component type to registration.php --- M2 registration.php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M2 registration.php.php b/M2 registration.php.php index 58c8a33..a884171 100644 --- a/M2 registration.php.php +++ b/M2 registration.php.php @@ -1,6 +1,6 @@