@appdirect/sfb-theme-plaza 0.0.45 → 0.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,16 +15,17 @@
15
15
  {% endblock %}
16
16
  {% block meta_opengraph %}
17
17
  <meta property="og:url" content="{{ meta.url }}" />
18
- <meta property="og:type" content="{{ meta.type }}" />
18
+ <meta property="og:type" content="website" />
19
19
  <meta property="og:title" content="{{ meta.title }}" />
20
20
  <meta property="og:description" content="{{ meta.description }}" />
21
21
  <meta property="og:image" content="{{ meta.image }}" />
22
22
  {% endblock %}
23
23
 
24
24
  {% block meta_twitter %}
25
- <meta property="twitter:card" content="{{ meta.card }}" />
26
- <meta property="twitter:site" content="" />
27
- <meta property="twitter:creator" content="" />
25
+ <meta property="twitter:card" content="{{ meta.card }}" />
26
+ <meta property="twitter:title" content="{{ meta.title }}" />
27
+ <meta property="twitter:image" content="{{ meta.image }}" />
28
+ <meta property="twitter:description" content="{{ meta.description }}" />
28
29
  {% endblock %}
29
30
 
30
31
  <link rel="shortcut icon" href="{{ config.channelSettings.customFavicon }}" type="image/x-icon">
@@ -0,0 +1,15 @@
1
+ {% extends "/layout/profile.html" %}
2
+
3
+ {% block data %}
4
+ <data type="navigator" />
5
+ <data type="application-additional-content" value="addonProducts,questions" />
6
+ {% endblock %}
7
+
8
+ {% block profileContentHeader %}{% endblock %}
9
+
10
+
11
+ {% block profileContent %}
12
+ <div class="global-component-nospacer">
13
+ <component name="ProductVariants" id="ProductVariants"></component>
14
+ </div>
15
+ {% endblock %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appdirect/sfb-theme-plaza",
3
- "version": "0.0.45",
3
+ "version": "0.0.48",
4
4
  "description": "A modern theme built with react components that can be customized with Storefront Builder.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,3 +1,4 @@
1
1
  {
2
- "useComponents": true
3
- }
2
+ "useComponents": true,
3
+ "enableProductVariant": false
4
+ }
package/settings.json CHANGED
@@ -320,6 +320,57 @@
320
320
  "isVisible" : true,
321
321
  "deletable" : false,
322
322
  "editable" : false
323
+ },
324
+ {
325
+ "label" : "Instagram",
326
+ "icon" : "instagram",
327
+ "values" : {
328
+ "accountLink" : {
329
+ "value" : "https://www.instagram.com"
330
+ },
331
+ "uploadIcon" : {
332
+ "value" : {},
333
+ "type" : "IMAGE_UPLOADER",
334
+ "isLocalized" : false
335
+ }
336
+ },
337
+ "isVisible" : true,
338
+ "deletable" : false,
339
+ "editable" : false
340
+ },
341
+ {
342
+ "label" : "LinkedIn",
343
+ "icon" : "linkedin",
344
+ "values" : {
345
+ "accountLink" : {
346
+ "value" : "https://www.linkedin.com"
347
+ },
348
+ "uploadIcon" : {
349
+ "value" : {},
350
+ "type" : "IMAGE_UPLOADER",
351
+ "isLocalized" : false
352
+ }
353
+ },
354
+ "isVisible" : true,
355
+ "deletable" : false,
356
+ "editable" : false
357
+ },
358
+ {
359
+ "label" : "YouTube",
360
+ "icon" : "youtube",
361
+ "values" : {
362
+ "accountLink" : {
363
+ "value" : "https://www.youtube.com"
364
+ },
365
+ "uploadIcon" : {
366
+ "value" : {},
367
+ "type" : "IMAGE_UPLOADER",
368
+ "isLocalized" : false
369
+ }
370
+ },
371
+ "isVisible" : true,
372
+ "deletable" : false,
373
+ "editable" : false
323
374
  }]
324
375
  },
325
376
  "type" : "DRAWER_LIST"
@@ -1066,7 +1117,7 @@
1066
1117
  "type" : "DROPDOWN"
1067
1118
  },
1068
1119
  "bodyBaseSize" : {
1069
- "value" : "15px",
1120
+ "value" : "16px",
1070
1121
  "type" : "DROPDOWN"
1071
1122
  },
1072
1123
  "ratingStars" : {