@ostendis/grapesjs-preset-ostendis-adv 1.2.3 → 1.2.4

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.
@@ -22142,6 +22142,24 @@ var __assign = (undefined && undefined.__assign) || function () {
22142
22142
  },
22143
22143
  attributes: { class: "fa-brands fa-square-x-twitter" },
22144
22144
  });
22145
+ Blocks.add("tiktok", {
22146
+ label: opts.t9n.tiktokBlkLabelSite,
22147
+ category: opts.t9n.smSitesCategoryLabel,
22148
+ content: {
22149
+ type: "link",
22150
+ style: {
22151
+ display: "inline-block",
22152
+ margin: "3px",
22153
+ "text-decoration": "none",
22154
+ },
22155
+ attributes: {
22156
+ href: "https://www.tiktok.com/",
22157
+ target: "_blank",
22158
+ },
22159
+ components: "<div style=\"display:flex; justify-content: center; align-items: center; width:28px; height:28px; font-size:28px; color:#293133;\">\n <i class=\"fa-brands fa-tiktok\"></i>\n </div>",
22160
+ },
22161
+ attributes: { class: "fa-brands fa-tiktok" },
22162
+ });
22145
22163
  // Social Media Share blocks
22146
22164
  Blocks.add("facebookShare", {
22147
22165
  label: opts.t9n.facebookBlkLabelShare,
@@ -23170,6 +23188,7 @@ var ostTrans = {
23170
23188
  linkedinBlkLabelSite: "LinkedIn link",
23171
23189
  xingBlkLabelSite: "Xing link",
23172
23190
  twitterBlkLabelSite: "Twitter link",
23191
+ tiktokBlkLabelSite: "TikTok link",
23173
23192
  facebookBlkLabelShare: "Facebook share",
23174
23193
  linkedinBlkLabelShare: "LinkedIn share",
23175
23194
  xingBlkLabelShare: "Xing share",