From 5df61ac52e5fb62f0f2c0ed791c2088a7d4f9483 Mon Sep 17 00:00:00 2001 From: pixelmatseriks Date: Tue, 21 Jan 2025 15:14:50 +0100 Subject: [PATCH] [TASK] remove src and tools from template --- templates/tabulareditor/src/docfx.scss | 170 - templates/tabulareditor/src/docfx.ts | 67 - templates/tabulareditor/src/dotnet.scss | 130 - templates/tabulareditor/src/helper.test.ts | 27 - templates/tabulareditor/src/helper.ts | 94 - templates/tabulareditor/src/highlight.scss | 33 - templates/tabulareditor/src/highlight.ts | 61 - .../base/browser-defaults-overrides.scss | 140 - .../src/hubspot/base/button-defaults.scss | 135 - .../src/hubspot/base/form-defaults.scss | 187 - .../src/hubspot/base/headings-defaults.scss | 134 - .../src/hubspot/base/icon-defaults.scss | 9 - .../src/hubspot/base/link-defaults.scss | 26 - .../src/hubspot/base/stretched-link.scss | 9 - .../src/hubspot/base/transitions.scss | 41 - .../src/hubspot/base/visually-hidden.scss | 12 - .../tabulareditor/src/hubspot/custom.scss | 138 - .../src/hubspot/global-theme-settings.scss | 37 - .../global-theme-settings/button-group.scss | 45 - .../global-theme-settings/buttons.scss | 260 - .../hubspot/global-theme-settings/forms.scss | 153 - .../global-theme-settings/general.scss | 13 - .../hubspot/global-theme-settings/icons.scss | 45 - .../hubspot/global-theme-settings/root.scss | 14 - .../typography/blockquotes.scss | 10 - .../typography/headings.scss | 108 - .../typography/links.scss | 6 - .../typography/page.scss | 15 - .../typography/tables.scss | 0 .../hubspot/modules/site-header-inline.scss | 304 - .../hubspot/modules/site-header-theme.scss | 31 - .../src/hubspot/modules/site-header.scss | 293 - .../src/hubspot/modules/site-header.ts | 104 - .../src/hubspot/sections/site-footer.scss | 26 - .../src/hubspot/theme_variables.scss | 307 - templates/tabulareditor/src/layout.scss | 220 - templates/tabulareditor/src/local.scss | 115 - templates/tabulareditor/src/main.js | 6 - templates/tabulareditor/src/markdown.scss | 113 - templates/tabulareditor/src/markdown.ts | 463 - templates/tabulareditor/src/mixins.scss | 21 - templates/tabulareditor/src/nav.scss | 169 - templates/tabulareditor/src/nav.ts | 153 - templates/tabulareditor/src/options.d.ts | 49 - templates/tabulareditor/src/search-worker.ts | 117 - templates/tabulareditor/src/search.scss | 36 - templates/tabulareditor/src/search.ts | 183 - templates/tabulareditor/src/theme.ts | 55 - templates/tabulareditor/src/toc.scss | 109 - templates/tabulareditor/src/toc.ts | 197 - .../tools/extract-theme-settings.js | 139 - .../tools/hs-developer-info.json | 26065 ---------------- 52 files changed, 31394 deletions(-) delete mode 100644 templates/tabulareditor/src/docfx.scss delete mode 100644 templates/tabulareditor/src/docfx.ts delete mode 100644 templates/tabulareditor/src/dotnet.scss delete mode 100644 templates/tabulareditor/src/helper.test.ts delete mode 100644 templates/tabulareditor/src/helper.ts delete mode 100644 templates/tabulareditor/src/highlight.scss delete mode 100644 templates/tabulareditor/src/highlight.ts delete mode 100644 templates/tabulareditor/src/hubspot/base/browser-defaults-overrides.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/button-defaults.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/form-defaults.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/headings-defaults.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/icon-defaults.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/link-defaults.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/stretched-link.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/transitions.scss delete mode 100644 templates/tabulareditor/src/hubspot/base/visually-hidden.scss delete mode 100644 templates/tabulareditor/src/hubspot/custom.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/button-group.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/buttons.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/forms.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/general.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/icons.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/root.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/typography/blockquotes.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/typography/headings.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/typography/links.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/typography/page.scss delete mode 100644 templates/tabulareditor/src/hubspot/global-theme-settings/typography/tables.scss delete mode 100644 templates/tabulareditor/src/hubspot/modules/site-header-inline.scss delete mode 100644 templates/tabulareditor/src/hubspot/modules/site-header-theme.scss delete mode 100644 templates/tabulareditor/src/hubspot/modules/site-header.scss delete mode 100644 templates/tabulareditor/src/hubspot/modules/site-header.ts delete mode 100644 templates/tabulareditor/src/hubspot/sections/site-footer.scss delete mode 100644 templates/tabulareditor/src/hubspot/theme_variables.scss delete mode 100644 templates/tabulareditor/src/layout.scss delete mode 100644 templates/tabulareditor/src/local.scss delete mode 100644 templates/tabulareditor/src/main.js delete mode 100644 templates/tabulareditor/src/markdown.scss delete mode 100644 templates/tabulareditor/src/markdown.ts delete mode 100644 templates/tabulareditor/src/mixins.scss delete mode 100644 templates/tabulareditor/src/nav.scss delete mode 100644 templates/tabulareditor/src/nav.ts delete mode 100644 templates/tabulareditor/src/options.d.ts delete mode 100644 templates/tabulareditor/src/search-worker.ts delete mode 100644 templates/tabulareditor/src/search.scss delete mode 100644 templates/tabulareditor/src/search.ts delete mode 100644 templates/tabulareditor/src/theme.ts delete mode 100644 templates/tabulareditor/src/toc.scss delete mode 100644 templates/tabulareditor/src/toc.ts delete mode 100644 templates/tabulareditor/tools/extract-theme-settings.js delete mode 100644 templates/tabulareditor/tools/hs-developer-info.json diff --git a/templates/tabulareditor/src/docfx.scss b/templates/tabulareditor/src/docfx.scss deleted file mode 100644 index aadfb69f..00000000 --- a/templates/tabulareditor/src/docfx.scss +++ /dev/null @@ -1,170 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -/* Use exported HubSpot theme variables so they can be used in bootstrap */ -@use "./hubspot/theme_variables" as theme; -@use "mixins"; - -@use "bootstrap/scss/bootstrap" with ( - $font-family-sans-serif: theme.$theme-typography-headings-font-font theme.$theme-typography-headings-font-fallback, - $enable-dark-mode: false, - $body-color: theme.$theme-typography-text-font-color, - $body-bg: theme.$theme-typography-text-background-color, - $link-color: theme.$theme-global_colors-link-color, - $font-size-base: 1rem * 1.375, - $primary: theme.$theme-global_colors-primary-color, - $secondary: theme.$theme-global_colors-secondary1-color, - $grid-breakpoints: ( - xs: 0, - sm: 576px, - md: 768px, - lg: 992px, - xl: 1200px, - xxl: 1300px - ), - $container-max-widths: ( - sm: 540px, - md: 720px, - lg: 960px, - xl: 1140px, - xxl: 1424px - ) -); - -@use "highlight"; -@use "layout"; -@use "nav"; -@use "toc"; -@use "markdown"; -@use "search"; -@use "dotnet"; -@use "local"; -/* Nimbly Light theme */ -@use "./hubspot/base/browser-defaults-overrides"; -@use "./hubspot/base/icon-defaults"; -@use "./hubspot/base/headings-defaults"; -@use "./hubspot/base/button-defaults"; -@use "./hubspot/base/form-defaults"; -@use "./hubspot/base/link-defaults"; -@use "./hubspot/base/stretched-link"; -@use "./hubspot/base/transitions"; -@use "./hubspot/base/visually-hidden"; -@use "./hubspot/global-theme-settings/root"; -@use "./hubspot/global-theme-settings/general"; -@use "./hubspot/global-theme-settings/typography/page"; -@use "./hubspot/global-theme-settings/typography/headings"; -@use "./hubspot/global-theme-settings/typography/links"; -@use "./hubspot/global-theme-settings/typography/blockquotes"; -@use "./hubspot/global-theme-settings/typography/tables"; -@use "./hubspot/global-theme-settings/buttons"; -@use "./hubspot/global-theme-settings/icons"; -// @use "./hubspot/global-theme-settings/forms"; -@use "./hubspot/sections/site-footer"; -@use "./hubspot/modules/site-header"; -/* Tabular Editor Nimbly Light theme */ -@use "./hubspot/custom"; -@use "./hubspot/global-theme-settings"; -@use "./hubspot/modules/site-header-theme"; -@use "./hubspot/modules/site-header-inline"; -/* HubSpot modules */ -@use "./hubspot/global-theme-settings/button-group.scss"; -@use "simplelightbox/src/simple-lightbox.scss" with ( - $sl-font-family: theme.$theme-typography-headings-font-font theme.$theme-typography-headings-font-fallback, - $sl-caption-background: theme.$theme-typography-text-background-color, - $sl-caption-color: theme.$theme-typography-text-font-color, - // $sl-overlay-background: theme.$theme-global_colors-primary-color, - $sl-overlay-background: theme.$theme-typography-text-background-color, - $add-vendor-prefixes: true -); - -h1, -h2, -h3, -h4, -h5, -h6, -.xref, -.text-break { - word-wrap: break-word; - word-break: break-word; -} - -.divider { - margin: 0 5px; - color: #ccc; -} - -article { - // For REST API view source link - span.small.pull-right { - float: right; - } - - img { - max-width: 100%; - height: auto; - } -} - -.codewrapper { - position: relative; -} - -.sample-response .response-content { - max-height: 200px; -} - -@media (width <= 768px) { - #mobile-indicator { - display: block; - } - - .mobile-hide { - display: none; - } - - /* workaround for #hashtag url is no longer needed */ - h1::before, - h2::before, - h3::before, - h4::before { - content: ""; - display: none; - } -} - -@media print { - @page { - margin: .4in; - } -} - -.pdftoc { - ul { - list-style: none; - } - - a { - display: flex; - text-decoration: none; - color: var(--bs-body-color); - - .spacer { - flex: 1; - border-bottom: 1px dashed var(--bs-body-color); - margin: .4em; - } - } -} - -@view-transition { - navigation: auto; -} - -@media (prefers-reduced-motion) { - @view-transition { - navigation: none; - } -} diff --git a/templates/tabulareditor/src/docfx.ts b/templates/tabulareditor/src/docfx.ts deleted file mode 100644 index 1c8b008a..00000000 --- a/templates/tabulareditor/src/docfx.ts +++ /dev/null @@ -1,67 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import 'bootstrap' -import { options } from './helper' -import { highlight } from './highlight' -import { renderMarkdown } from './markdown' -import { enableSearch } from './search' -import { renderToc } from './toc' -import { initTheme } from './theme' -import { renderBreadcrumb, renderInThisArticle, renderNavbar } from './nav' -import { headerSearch } from './hubspot/modules/site-header' -import 'bootstrap-icons/font/bootstrap-icons.scss' -import './docfx.scss' -import './local.scss' -import SimpleLightbox from "simplelightbox"; -// import SimpleLightbox from 'simplelightbox/dist/simple-lightbox.esm' - -declare global { - interface Window { - docfx: { - ready?: boolean, - searchReady?: boolean, - searchResultReady?: boolean, - } - } -} - -async function init() { - window.docfx = window.docfx || {} - - const { start } = await options() - start?.() - - const pdfmode = navigator.userAgent.indexOf('docfx/pdf') >= 0 - if (pdfmode) { - await Promise.all([ - renderMarkdown(), - highlight() - ]) - } else { - await Promise.all([ - initTheme(), - enableSearch(), - renderInThisArticle(), - renderMarkdown(), - renderNav(), - highlight() - ]) - } - - window.docfx.ready = true - - async function renderNav() { - const [navbar, toc] = await Promise.all([renderNavbar(), renderToc()]) - renderBreadcrumb([...navbar, ...toc]) - } - headerSearch() - document.querySelectorAll('article a').forEach(a => { - if (a.querySelector('img')) { - // Add lightbox to the tags that have as a child - new SimpleLightbox(a, { /* options */ }) - } - }); -} - -init().catch(console.error) diff --git a/templates/tabulareditor/src/dotnet.scss b/templates/tabulareditor/src/dotnet.scss deleted file mode 100644 index 30cd952d..00000000 --- a/templates/tabulareditor/src/dotnet.scss +++ /dev/null @@ -1,130 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -body[data-yaml-mime="ManagedReference"] article, body[data-yaml-mime="ApiPage"] article { - h1[data-uid] { - position: relative; - padding-right: 1.6rem; - } - - h3[data-uid] { - position: relative; - font-weight: 400; - margin-top: 3rem; - padding-bottom: 5px; - padding-right: 1.6rem; - } - - h2.section { - margin-top: 3rem; - - +h3[data-uid], +a+h3[data-uid] { - margin-top: 1rem; - } - } - - h4.section { - font-weight: 300; - margin-top: 1.6rem; - } - - dl>dt { - font-weight: normal; - } - - dl>dd { - margin-left: 1rem; - } - - dl.typelist { - >dt { - font-weight: 600; - } - - >dd { - margin-left: 0; - } - - >dd>div { - display: inline-block; - - &:not(:last-child)::after { - content: ', '; - } - } - - &.inheritance>dd>div:not(:last-child)::after { - font-family: bootstrap-icons; - content: '\F12C'; - position: relative; - top: .2em; - opacity: .8; - } - } - - dl.parameters { - >dt { - margin: 1em 0; - - &>code { - margin-right: .2em; - font-size: 1em; - } - } - } - - div.facts { - font-size: 14px; - margin: 2rem 0 1rem; - - >dl { - margin: 0; - - >dd { - margin-left: .25rem; - display: inline-block; - } - - >dt { - display: inline-block; - } - - >dt::after { - content: ":"; - } - } - } - - .header-action { - position: absolute; - right: 0; - bottom: .2rem; - font-size: 1.2rem; - } - - @media print { - .header-action { - display: none; - } - } - - td.term { - font-weight: 600; - } - - summary { - display: block; - cursor: inherit; - } - - li>span.term { - font-weight: 600; - - &::after { - content: '-'; - margin: 0 .5em; - } - } -} diff --git a/templates/tabulareditor/src/helper.test.ts b/templates/tabulareditor/src/helper.test.ts deleted file mode 100644 index 8e2baf10..00000000 --- a/templates/tabulareditor/src/helper.test.ts +++ /dev/null @@ -1,27 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import test from 'node:test' -import assert from 'node:assert' -import { breakWord, isSameURL } from './helper' - -test('break text', () => { - assert.deepStrictEqual(breakWord('Other APIs'), ['Other APIs']) - assert.deepStrictEqual(breakWord('System.CodeDom'), ['System.', 'Code', 'Dom']) - assert.deepStrictEqual(breakWord('System.Collections.Dictionary'), ['System.', 'Collections.', 'Dictionary<', 'string,', ' object>']) - assert.deepStrictEqual(breakWord('https://github.com/dotnet/docfx'), ['https://github.', 'com/', 'dotnet/', 'docfx']) -}) - -test('is same URL', () => { - assert.ok(isSameURL({ pathname: '/' }, { pathname: '/' })) - assert.ok(isSameURL({ pathname: '/index.html' }, { pathname: '/' })) - assert.ok(isSameURL({ pathname: '/a/index.html' }, { pathname: '/a' })) - assert.ok(isSameURL({ pathname: '/a/index.html' }, { pathname: '/a/' })) - assert.ok(isSameURL({ pathname: '/a' }, { pathname: '/a/' })) - assert.ok(isSameURL({ pathname: '/a/foo.html' }, { pathname: '/a/foo' })) - assert.ok(isSameURL({ pathname: '/a/foo/' }, { pathname: '/a/foo' })) - assert.ok(isSameURL({ pathname: '/a/foo/index.html' }, { pathname: '/a/foo' })) - assert.ok(isSameURL({ pathname: '/a/index.html' }, { pathname: '/A/Index.html' })) - - assert.ok(!isSameURL({ pathname: '/a/foo/index.html' }, { pathname: '/a/bar' })) -}) diff --git a/templates/tabulareditor/src/helper.ts b/templates/tabulareditor/src/helper.ts deleted file mode 100644 index d1175511..00000000 --- a/templates/tabulareditor/src/helper.ts +++ /dev/null @@ -1,94 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import { html, TemplateResult } from 'lit-html' -import { DocfxOptions } from './options' - -export async function options(): Promise { - return await import('./main.js').then(m => m.default) as DocfxOptions -} - -/** - * Get the value of an HTML meta tag. - */ -export function meta(name: string): string { - return (document.querySelector(`meta[name="${name}"]`) as HTMLMetaElement)?.content -} - -/** - * Gets the localized text. - * @param id key in token.json - * @param args arguments to replace in the localized text - */ -export function loc(id: string, args?: { [key: string]: string }): string { - let result = meta(`loc:${id}`) || id - if (args) { - for (const key in args) { - result = result.replace(`{${key}}`, args[key]) - } - } - return result -} - -/** - * Add into long word. - */ -export function breakWord(text?: string): string[] { - if (!text) { - return [] - } - const regex = /([a-z0-9])([A-Z]+[a-z])|([a-zA-Z0-9][.,/<>_])/g - const result = [] - let start = 0 - while (true) { - const match = regex.exec(text) - if (!match) { - break - } - const index = match.index + (match[1] || match[3]).length - result.push(text.slice(start, index)) - start = index - } - if (start < text.length) { - result.push(text.slice(start)) - } - return result -} - -/** - * Add into long word. - */ -export function breakWordLit(text?: string): TemplateResult { - const result = [] - breakWord(text).forEach(word => { - if (result.length > 0) { - result.push(html``) - } - result.push(html`${word}`) - }) - return html`${result}` -} - -/** - * Check if the url is external. - * @param url The url to check. - * @returns True if the url is external. - */ -export function isExternalHref(url: URL): boolean { - return url.hostname !== window.location.hostname || url.protocol !== window.location.protocol -} - -/** - * Determines if two URLs should be considered the same. - */ -export function isSameURL(a: { pathname: string }, b: { pathname: string }): boolean { - return normalizeUrlPath(a) === normalizeUrlPath(b) - - function normalizeUrlPath(url: { pathname: string }): string { - return url.pathname - .replace(/\/index\.html$/gi, '/') - .replace(/\.html$/gi, '') - .replace(/\/$/gi, '') - .toLowerCase() - } -} diff --git a/templates/tabulareditor/src/highlight.scss b/templates/tabulareditor/src/highlight.scss deleted file mode 100644 index febc386c..00000000 --- a/templates/tabulareditor/src/highlight.scss +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@use "sass:meta"; -@use "highlight.js/scss/vs"; -@use "bootstrap/scss/bootstrap"; - -@include bootstrap.color-mode(dark) { - /* stylelint-disable-next-line no-invalid-position-at-import-rule */ - @include meta.load-css("highlight.js/scss/vs2015"); -} - -.hljs { - background-color: #f5f5f5; - - @media print { - overflow-x: hidden; - text-wrap: pretty; - } -} - -/* For code snippet line highlight */ -pre > code .line-highlight { - background-color: yellow; -} - -@include bootstrap.color-mode(dark) { - pre > code .line-highlight { - background-color: #4a4a00; - } -} diff --git a/templates/tabulareditor/src/highlight.ts b/templates/tabulareditor/src/highlight.ts deleted file mode 100644 index 4cce830b..00000000 --- a/templates/tabulareditor/src/highlight.ts +++ /dev/null @@ -1,61 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import { options } from './helper' - -export async function highlight() { - const codeBlocks = document.querySelectorAll('pre code') - if (codeBlocks.length <= 0) { - return - } - - const { default: hljs } = await import('highlight.js') - const { configureHljs } = await options() - configureHljs?.(hljs) - - document.querySelectorAll('pre code').forEach(block => { - hljs.highlightElement(block as HTMLElement) - }) - - document.querySelectorAll('pre code[highlight-lines]').forEach(block => { - if (block.innerHTML === '') { - return - } - - const queryString = block.getAttribute('highlight-lines') - if (!queryString) { - return - } - - const lines = block.innerHTML.split('\n') - const ranges = queryString.split(',') - for (const range of ranges) { - let start = 0 - let end = 0 - const found = range.match(/^(\d+)-(\d+)?$/) - if (found) { - // consider region as `{startlinenumber}-{endlinenumber}`, in which {endlinenumber} is optional - start = +found[1] - end = +found[2] - if (isNaN(end) || end > lines.length) { - end = lines.length - } - } else { - // consider region as a sigine line number - if (isNaN(Number(range))) { - continue - } - start = +range - end = start - } - if (start <= 0 || end <= 0 || start > end || start > lines.length) { - // skip current region if invalid - continue - } - lines[start - 1] = '' + lines[start - 1] - lines[end - 1] = lines[end - 1] + '' - } - - block.innerHTML = lines.join('\n') - }) -} diff --git a/templates/tabulareditor/src/hubspot/base/browser-defaults-overrides.scss b/templates/tabulareditor/src/hubspot/base/browser-defaults-overrides.scss deleted file mode 100644 index 0bc732bb..00000000 --- a/templates/tabulareditor/src/hubspot/base/browser-defaults-overrides.scss +++ /dev/null @@ -1,140 +0,0 @@ -/* stylelint-disable */ -*, -*::before, -*::after { - box-sizing: border-box; -} - -body { - margin: 0; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0 0 0 / 0%); -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -hr { - color: inherit; - margin: 0; - border: 0; - border-top: 1px solid; - width: 100%; -} - -abbr[title] { - text-decoration: underline dotted; - cursor: help; - text-decoration-skip-ink: none; -} - -b, -strong { - font-weight: bold; -} - -small { - font-size: 0.875em; -} - -sub, -sup { - position: relative; - font-size: 0.75em; - line-height: 0; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -pre, -code, -kbd, -samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; -} - -input, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -select { - text-transform: none; -} - -[role="button"] { - cursor: pointer; -} - -::-moz-focus-inner { - padding: 0; - border-style: none; -} - -textarea { - resize: vertical; -} - -fieldset { - padding: 0; - margin: 0; - border: 0; -} - -figure { - margin: 0; -} - -legend { - padding: 0; -} - -::-webkit-inner-spin-button { - height: auto; -} - -[type="search"] { - outline-offset: -2px; - -webkit-appearance: textfield; -} - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} - -summary { - display: list-item; - cursor: pointer; -} - -progress { - vertical-align: baseline; -} - -iframe { - border: 0; -} - -[hidden] { - display: none !important; -} diff --git a/templates/tabulareditor/src/hubspot/base/button-defaults.scss b/templates/tabulareditor/src/hubspot/base/button-defaults.scss deleted file mode 100644 index 004522a1..00000000 --- a/templates/tabulareditor/src/hubspot/base/button-defaults.scss +++ /dev/null @@ -1,135 +0,0 @@ -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"]), -:where(input[type="file"])::file-selector-button { - --_border-radius: var(--border-radius, none); - --_bg: var(--bg, #fff); - --_color: var(--color, #333); - - font: inherit; - letter-spacing: inherit; - line-height: 1.5; - border-radius: var(--_border-radius) !important; - cursor: pointer; - font-size: 1rem; - font-weight: 700; - font-style: initial; - background: var(--_bg) !important; - color: var(--_color) !important; - border: 1px solid #c8c8c8; - display: inline-flex; - justify-content: center; - align-items: center; - text-align: center; - gap: 0.5ch; - padding: 8px 20px; - user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - min-width: 100px; - text-decoration: none !important; - vertical-align: middle; -} - -@media (prefers-reduced-motion: no-preference) { - :where( - .btn-link, - button, - input[type="button"], - input[type="submit"], - input[type="reset"]) { - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; - } -} - -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"] -):where(:not(:active):hover) { - background: var(--hover-bg, var(--_bg)); - color: var(--hover-color, var(--_color)); - border-color: var(--hover-border, #999) !important; -} - -:where(.btn-link, button, input):where(:not(:active)):focus-visible { - outline-offset: 5px; -} - -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"] -)[disabled] { - background: none; - cursor: not-allowed; /* stylelint-disable-line */ - - --color: hsl(210deg 7% 40%); -} - -:where(input[type="file"]) { - font: inherit; - inline-size: 100%; - max-inline-size: max-content; -} - -:where(input[type="button"]), -:where(input[type="file"])::file-selector-button { - appearance: none; /* stylelint-disable-line */ -} - -:where(input[type="file"])::file-selector-button { - margin-inline-end: 1.5ch; -} - -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"] -) :where(.icon) { - display: inline-flex; - justify-content: center; - align-items: center; -} - -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"] -) :where(svg, .icon > svg) { - height: 1.8ch; - width: 1.8ch; - flex-shrink: 0; - fill: currentcolor; -} - -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"] -):where(.btn-w100) { - width: 100%; -} - -:where( -.btn-link, -button, -input[type="button"], -input[type="submit"], -input[type="reset"] -):where(.btn-w100 + .btn-w100) { - margin-top: 0.5rem; -} diff --git a/templates/tabulareditor/src/hubspot/base/form-defaults.scss b/templates/tabulareditor/src/hubspot/base/form-defaults.scss deleted file mode 100644 index 4214115b..00000000 --- a/templates/tabulareditor/src/hubspot/base/form-defaults.scss +++ /dev/null @@ -1,187 +0,0 @@ -/* start normalize default HubSpot form styling */ -.form-default .hs-form fieldset { - margin: initial; - padding: initial; - border: initial; - max-width: initial; -} - -.form-default :is(fieldset.form-columns-2, fieldset.form-columns-3) > div.hs-form-field { - float: none; - width: initial; -} - -.form-default .hs-form-field .hs-field-desc { - width: 100%; -} - -.form-default div.hs-form-field div.input { - margin-right: 0; -} - -.form-default fieldset.form-columns-1 .input .hs-input { - width: 100%; -} - -.form-default form fieldset.form-columns-2 .hs-form-field .input .hs-input { - width: 100%; -} - -.form-default fieldset.form-columns-1 .input input[type="radio"], -.form-default fieldset.form-columns-1 .input input[type="checkbox"] { - width: 1.2em; - float: none; -} - -.form-default .inputs-list :is(.hs-form-checkbox-display, -.hs-form-booleancheckbox-display, -.hs-form-radio-display) > span { - margin: 0; -} -/* end normalize */ - -.form-default { - --_form-label-color: var(--form-label-color, inherit); - --_form-help-text-color: var(--form-help-text-color, #394047); - --_form-placeholder-color: var(--form-placeholder-color, rgb(57 64 71 / 70%)); - --_form-error-color: var(--form-error-color, #f2545b); -} - -.form-default .hs-form-field { - margin-bottom: 1rem; -} - -.form-default :where(.form-columns-2, -.form-columns-3) { - display: flex; - gap: 10px; - justify-content: center; - align-items: flex-end; - flex-wrap: wrap; -} - -.form-default :where(.form-columns-2, .form-columns-3) > .hs-form-field { - flex-grow: 1; - flex-basis: 0; -} - -@media (max-width: 991.98px) { - .form-default :is(fieldset.form-columns-2, fieldset.form-columns-3) > div.hs-form-field { - flex-basis: auto; - } -} - -.form-default label, -.form-default .fakelabel { - color: var(--_form-label-color); - margin-bottom: 0.4rem; - display: flex; -} - -.form-default .hs-field-desc { /* stylelint-disable-line */ - margin-top: 0.25rem; - margin-bottom: 0.25rem; - font-size: 0.875em; - color: var(--_form-help-text-color); -} - -.form-default .hs-form-required { - color: var(--_form-error-color); - margin-left: 2px; -} - -.form-default input:not( -[type="checkbox"], -[type="radio"], -[type="file"], -[type="button"], -[type="reset"], -[type="submit"]), -.form-default textarea, -.form-default select { - display: block; - width: 100%; - padding: 0.375rem 0.5rem; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} - -.form-default input[type="file"] { - overflow: hidden; - padding: 0; -} - -.form-default select { - padding: 0.5rem; -} - -@media (prefers-reduced-motion: reduce) { - .form-default input:not( - [type="checkbox"], - [type="radio"], - [type="file"], - [type="button"], - [type="reset"], - [type="submit"]), - .form-default textarea, - .form-default select { - transition: none; - } -} - -.form-default input.error:not( -[type="checkbox"], -[type="radio"], -[type="file"], -[type="button"], -[type="reset"], -[type="submit"]), -.form-default textarea.error, -.form-default select.error { - border-color: var(--_form-error-color) !important; -} - -.form-default .inputs-list { - list-style: none; - margin: 0; - padding: 0; -} - -.form-default .hs-error-msg, -.form-default .hs-error-msgs .hs-main-font-element { - margin-top: 0.25rem; - font-size: 0.875em; - color: var(--_form-error-color); -} - -.form-default input::placeholder, -.form-default textarea::placeholder { - color: var(--_form-placeholder-color); -} - -.form-default :where(.hs-form-checkbox-display, -.hs-form-booleancheckbox-display, -.hs-form-radio-display, -.fakelabel) { - display: flex; - gap: 0.4rem; - margin-bottom: 0.8rem; - align-content: center; - align-items: center; - justify-content: flex-start; -} - -/* stylelint-disable-next-line no-descending-specificity */ -.form-default input[type="radio"], -/* stylelint-disable-next-line no-descending-specificity */ -.form-default input[type="checkbox"] { - width: 1.2em; - height: 1.2em; -} - -.form-default input[type="file"]:not(:disabled) { - cursor: pointer; -} diff --git a/templates/tabulareditor/src/hubspot/base/headings-defaults.scss b/templates/tabulareditor/src/hubspot/base/headings-defaults.scss deleted file mode 100644 index 17323734..00000000 --- a/templates/tabulareditor/src/hubspot/base/headings-defaults.scss +++ /dev/null @@ -1,134 +0,0 @@ -/* ============================================ */ -/* Fluid Font Sizes */ -/* ============================================ */ - -/* use it only if font-size bigger then 20px/1.25rem - -/* use this pattern: ---font-size: 60; should be the only number with pixels in mind. Will be converted to rem. */ - -/* h1 { - --font-size: 60; -} */ - -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6, -.display-1, -.display-2, -.display-3, -.display-4, -.display-5, -.display-6, -.fluid-font-size { - --hub-fluid-font-size: - calc( - ((20 + ((var(--font-size) - 20) / 10)) / 16 * 1rem) - + - (((var(--font-size) - (20 + ((var(--font-size) - 20) / 10)) ) * 100 / 1200) * 1vw) - ); - --hub-font-size-to-rem: calc(var(--font-size) / 16 * 1rem); - - font-size: var(--hub-fluid-font-size); -} - -h6, -.h6 { - font-size: var(--hub-font-size-to-rem); -} - -/* for 1200px screen and bigger */ -@media (min-width: 1200px) { - h1, - h2, - h3, - h4, - h5, - h6, - .h1, - .h2, - .h3, - .h4, - .h5, - .h6, - .display-1, - .display-2, - .display-3, - .display-4, - .display-5, - .display-6, - .fluid-font-size { - font-size: var(--hub-font-size-to-rem); - } -} - -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6, -.display-1, -.display-2, -.display-3, -.display-4, -.display-5, -.display-6 { - line-height: 1.2; - margin-top: 0.5rem; - margin-bottom: 1rem; - font-weight: 500; - font-style: initial; -} - -/* heading link */ -.heading-link { - font-size: inherit; - font-family: inherit; - font-weight: inherit; - font-style: inherit; -} - -.heading-link:hover { - font-size: inherit; - font-family: inherit; - font-weight: inherit; - font-style: inherit; -} - -.margin-collapse :where( -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6, -.display-1, -.display-2, -.display-3, -.display-4, -.display-5, -.display-6) { - margin-top: 0; -} diff --git a/templates/tabulareditor/src/hubspot/base/icon-defaults.scss b/templates/tabulareditor/src/hubspot/base/icon-defaults.scss deleted file mode 100644 index 2c8917b9..00000000 --- a/templates/tabulareditor/src/hubspot/base/icon-defaults.scss +++ /dev/null @@ -1,9 +0,0 @@ -.icon { - display: inline-flex; -} - -.icon svg { - height: 1em; - width: 1em; - fill: currentcolor; -} diff --git a/templates/tabulareditor/src/hubspot/base/link-defaults.scss b/templates/tabulareditor/src/hubspot/base/link-defaults.scss deleted file mode 100644 index 7ee95d94..00000000 --- a/templates/tabulareditor/src/hubspot/base/link-defaults.scss +++ /dev/null @@ -1,26 +0,0 @@ -:where(a:not(.btn-link)) { - --_color: var(--color, blue); - - display: inline-flex; - justify-content: center; - align-items: center; - gap: 0.5ch; - color: var(--_color); -} - -:where(a:not(.btn-link):hover) { - color: var(--hover-color, var(--_color)); -} - -:where(a:not(.btn-link)) :where(.icon) { - display: inline-flex; - justify-content: center; - align-items: center; -} - -:where(a:not(.btn-link)) :where(svg, .icon > svg) { - height: 1.5ch; - width: 1.5ch; - flex-shrink: 0; - fill: currentcolor; -} diff --git a/templates/tabulareditor/src/hubspot/base/stretched-link.scss b/templates/tabulareditor/src/hubspot/base/stretched-link.scss deleted file mode 100644 index 48d3c9ce..00000000 --- a/templates/tabulareditor/src/hubspot/base/stretched-link.scss +++ /dev/null @@ -1,9 +0,0 @@ -.stretched-link:after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - content: ""; -} diff --git a/templates/tabulareditor/src/hubspot/base/transitions.scss b/templates/tabulareditor/src/hubspot/base/transitions.scss deleted file mode 100644 index e465e318..00000000 --- a/templates/tabulareditor/src/hubspot/base/transitions.scss +++ /dev/null @@ -1,41 +0,0 @@ -.fade { - transition: opacity 0.15s linear; -} - -@media (prefers-reduced-motion: reduce) { - .fade { - transition: none; - } -} - -.fade:not(.show) { - opacity: 0; -} - -.collapse:not(.show) { - display: none; -} - -.collapsing { - height: 0; - overflow: hidden; - transition: height 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } -} - -.collapsing.collapse-horizontal { - width: 0; - height: auto; - transition: width 0.35s ease; -} - -@media (prefers-reduced-motion: reduce) { - .collapsing.collapse-horizontal { - transition: none; - } -} diff --git a/templates/tabulareditor/src/hubspot/base/visually-hidden.scss b/templates/tabulareditor/src/hubspot/base/visually-hidden.scss deleted file mode 100644 index b0c56bac..00000000 --- a/templates/tabulareditor/src/hubspot/base/visually-hidden.scss +++ /dev/null @@ -1,12 +0,0 @@ -.visually-hidden, -.visually-hidden-focusable:not(:focus):not(:focus-within) { /* stylelint-disable-line */ - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; -} diff --git a/templates/tabulareditor/src/hubspot/custom.scss b/templates/tabulareditor/src/hubspot/custom.scss deleted file mode 100644 index 37c64c88..00000000 --- a/templates/tabulareditor/src/hubspot/custom.scss +++ /dev/null @@ -1,138 +0,0 @@ -@use "./theme_variables" as theme; - -/* global custom CSS */ -.btn-large { - line-height: 1.1875; -} - -.btn-link { - clip-path: polygon(0 0, calc(100%) 0, 100% 0px, 100% 100%, 0px 100%, 0 calc(100% - 0px)) !important; - transition: all 0.2s linear; -} - -.btn-secondary1, -.btn-secondary3 { - position: relative; -} - -.btn-secondary1:before, -.btn-secondary1:after, -.btn-secondary3:before, -.btn-secondary3:after { - content: ''; - position: absolute; - border-style: solid; - border-width: 0; - transition: border-width 0.2s linear; -} - -.btn-secondary1:before { - bottom: 0; - left: 0; - border-color: transparent transparent var(--primary-color) var(--primary-color); -} - -.btn-secondary1:after { - top: 0; - right: 0; - border-color: var(--primary-color) var(--primary-color) transparent transparent; -} - -.btn-secondary3:before { - bottom: 0; - left: 0; - border-color: transparent transparent var(--secondary2-color) var(--secondary2-color); -} - -.btn-secondary3:after { - top: 0; - right: 0; - border-color: var(--secondary2-color) var(--secondary2-color) transparent transparent; -} - -/* button hover effects */ -.btn-secondary1:hover, -.btn-secondary3:hover { - -webkit-clip-path: polygon(0 0, calc(100% - 19px) 0, 100% 19px, 100% 100%, 19px 100%, 0 calc(100% - 19px)) !important; - clip-path: polygon(0 0, calc(100% - 19px) 0, 100% 19px, 100% 100%, 19px 100%, 0 calc(100% - 19px)) !important; -} - -.btn-primary:hover, -.btn-secondary2:hover { - -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px)) !important; - clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px)) !important; -} - -.btn-secondary1:hover:before, -.btn-secondary3:hover:before, -.btn-secondary1:hover:after, -.btn-secondary3:hover:after { - border-width: 9px; -} - -.btn-primary svg, -.btn-secondary3 svg { - stroke: #fff; -} - -.btn-secondary1 svg, -.btn-secondary2 svg { - stroke: #171717; -} - -.listitem { - align-items: baseline !important; -} - -.blog-recent-module__article-tags a, -.blog-listing-module__article-tags a, -.blog-related-module__article-tags a, -.blog-recent-by-tag-module__article-tags a, -.blog-post__tag-link { - font-size: 14px !important; - font-weight: 500; - line-height: normal; - background: var(--secondary2-color); - padding: 3px 5px; -} - -.blog-recent-by-tag-module__article-heading h3 { - margin-bottom: 5px; -} - -.form-default .hs-form-field { - align-self: flex-start; -} - -.form-default input, -.form-default textarea, -.form-default select { - @if theme.$theme-forms-placeholder-font-size { - font-size: (theme.$theme-forms-placeholder-font-size + 'px'); - } -} - -.form-default .hs-error-msg, .form-default .hs-error-msgs .hs-main-font-element { - @if theme.$theme-forms-input_label-font-size { - font-size: (theme.$theme-forms-input_label-font-size + 'px') !important; - } -} - -.form-default input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="reset"]):not([type="submit"]), -.form-default textarea, -.form-default select { - border-radius: 0px; - border-top: 0px none; - border-right: 0px none; - border-bottom: 1px solid #000; - border-left: 0px none; -} - -.form-default .hs_submit { - text-align: left !important; -} - -.form-default :where(.form-columns-2, -.form-columns-3) { - gap: normal 22px; -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings.scss b/templates/tabulareditor/src/hubspot/global-theme-settings.scss deleted file mode 100644 index 8e3413fe..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings.scss +++ /dev/null @@ -1,37 +0,0 @@ -:root { - /* root variables */ - /* box-shadow global styles */ - --shadow-color: rgb(154 161 177 / 30%); - --shadow-sm: 0 1px 2px 0 var(--shadow-color); - --shadow-md: 0 1px 3px 0 var(--shadow-color), 0 1px 2px -1px var(--shadow-color); - --shadow-lg: 0 4px 6px -1px var(--shadow-color), 0 2px 4px -2px var(--shadow-color); - --shadow-xl: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color); - --shadow-2xl: 0 20px 25px -5px var(--shadow-color), 0 8px 10px -6px var(--shadow-color); - /* --shadow-custom1: */ - /* --shadow-custom2: */ - /* --shadow-custom3: */ - - /* animation global styles */ - --ani-scale1x: scale(1.01); - --ani-scale2x: scale(1.03); - --ani-scale3x: scale(1.05); - --ani-scale4x: scale(1.08); - --ani-slideup1x: translateY(-4px); - --ani-slideup2x: translateY(-8px); - --ani-slideup3x: translateY(-12px); - /* --ani-custom1: */ - /* --ani-custom2: */ - /* --ani-custom3: */ - - } - -/* - If the browser understands the media query and the user - explicitly hasn't set a preference, then use animations transition on components and modules. -*/ -@media (prefers-reduced-motion: no-preference) { - :root { - --root-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - --root-transition-duration: 150ms; - } -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/button-group.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/button-group.scss deleted file mode 100644 index ca6b906e..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/button-group.scss +++ /dev/null @@ -1,45 +0,0 @@ -.button-group, -.btn-block { - justify-content: var(--scope-alignment); -} -.button-group { - display: flex; - flex-direction: row; - flex-wrap: wrap; - align-items: center; - width: 100%; - gap: var(--custom-button-group-gap, var(--scope-content-gap)); -} -.btn-block { - flex-basis: 100%; - display: flex; - flex-wrap: wrap; -} -:where(.button-group .btn-full-width) { - width: 100%; -} -:where(.button-group .btn-link) { - gap: var(--root-button-icon-gap, .9ch); -} -:where(.button-group) :where(.btn-linkonly, .btn-customlink) { - --_macro-color: var(--scope-hover-color, var(--custom-color, var(--scope-color))); - --_macro-hover-color: var(--scope-hover-color, var(--custom-hover-color, var(--scope-color))); - color: var(--_macro-color, var(--color)); - transition-property: color; - transition-duration: var(--root-transition-duration); - transition-timing-function: var(--root-transition-timing-function); -} -:where(.button-group) :where(.btn-linkonly:hover, .btn-customlink:hover) { - color: var(--_macro-hover-color, var(--hover-color)); -} -:where(.button-group a) > :where(svg, .btn-image) { - width: auto; - height: var(--root-buttonlink-icon-size, 1.2em); - fill: currentcolor; -} -:where(.button-group .btn-link) > :where( svg, .btn-image) { - height: var(--root-button-icon-size, 1.4em); -} -:where(.button-group .btn-link.visually-hidden-text-wrp) > :where( svg, .btn-image) { - height: var(--root-button-onlyicon-size, 1em); -} \ No newline at end of file diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/buttons.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/buttons.scss deleted file mode 100644 index 0487df58..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/buttons.scss +++ /dev/null @@ -1,260 +0,0 @@ -@use "../theme_variables" as theme; - -/* Buttons */ -/* Primary button */ -/* $btn-primary-border: theme.$theme-buttons-primary-border-border; */ -$btn-primary-radius: theme.$theme-buttons-primary-border-border_radius; -$btn-primary-font-font: theme.$theme-buttons-primary-text-font-font; -$btn-primary-font-color: theme.$theme-buttons-primary-text-font-color; -$btn-primary-background-color: theme.$theme-buttons-primary-background-color-color; -$btn-primary-background-opacity: theme.$theme-buttons-primary-background-color-opacity; - -/* hover color */ -$btn-primary-hover-color: if(theme.$theme-buttons-primary-hover-color-color, theme.$theme-buttons-primary-hover-color-color, color_variant($btn-primary-font-color, -20)); - -/* hover background */ -$btn-primary-hover-background-color: if(theme.$theme-buttons-primary-hover-background-color, theme.$theme-buttons-primary-hover-background-color, color_variant($btn-primary-background-color, -25)); -$btn-primary-hover-background-opacity: if(theme.$theme-buttons-primary-hover-background-color, theme.$theme-buttons-primary-hover-background-opacity, $btn-primary-background-opacity); - -/* hover border */ -$btn-primary-hover-border-color: if(theme.$theme-buttons-primary-hover-border-color, theme.$theme-buttons-primary-hover-border-color, color_variant($btn-primary-border-top-color, -25)); -$btn-primary-hover-border-opacity: if(theme.$theme-buttons-primary-hover-border-color, theme.$theme-buttons-primary-hover-border-opacity, $btn-primary-border-top-opacity); - -/* secondary1 button */ -/* $btn-secondary1-border: theme.$theme-buttons-secondary1-border-border; */ -$btn-secondary1-radius: theme.$theme-buttons-secondary1-border-border_radius; -$btn-secondary1-font-font: theme.$theme-buttons-secondary1-text-font-font; -$btn-secondary1-font-color: theme.$theme-buttons-secondary1-text-font-color; -$btn-secondary1-background-color: theme.$theme-buttons-secondary1-background-color-color; -$btn-secondary1-background-opacity: theme.$theme-buttons-secondary1-background-color-opacity; - -/* hover color */ -$btn-secondary1-hover-color: if(theme.$theme-buttons-secondary1-hover-color-color, theme.$theme-buttons-secondary1-hover-color-color, color_variant($btn-secondary1-font-color, -20)); - -/* hover background */ -$btn-secondary1-hover-background-color: if(theme.$theme-buttons-secondary1-hover-background-color, theme.$theme-buttons-secondary1-hover-background-color, color_variant($btn-secondary1-background-color-color, -25)); -$btn-secondary1-hover-background-opacity: if(theme.$theme-buttons-secondary1-hover-background-color, theme.$theme-buttons-secondary1-hover-background-opacity, $btn-secondary1-background-opacity); - -/* hover border */ -$btn-secondary1-hover-border-color: if(theme.$theme-buttons-secondary1-hover-border-color, theme.$theme-buttons-secondary1-hover-border-color, color_variant($btn-secondary1-border-top-color, -25)); -$btn-secondary1-hover-border-opacity: if(theme.$theme-buttons-secondary1-hover-border-color, theme.$theme-buttons-secondary1-hover-border-opacity, $btn-secondary1-border-top-opacity); - -/* secondary2 button */ -/* $btn-secondary2-border: theme.$theme-buttons-secondary2-border-border; */ -$btn-secondary2-radius: theme.$theme-buttons-secondary2-border-border_radius; -$btn-secondary2-font-font: theme.$theme-buttons-secondary2-text-font-font; -$btn-secondary2-font-color: theme.$theme-buttons-secondary2-text-font-color; -$btn-secondary2-background-color: theme.$theme-buttons-secondary2-background-color-color; -$btn-secondary2-background-opacity: theme.$theme-buttons-secondary2-background-color-opacity; - -/* hover color */ -$btn-secondary2-hover-color: if(theme.$theme-buttons-secondary2-hover-color-color, theme.$theme-buttons-secondary2-hover-color-color, color_variant($btn-secondary2-font-color, -20)); - -/* hover background */ -$btn-secondary2-hover-background-color: if(theme.$theme-buttons-secondary2-hover-background-color, theme.$theme-buttons-secondary2-hover-background-color, color_variant($btn-secondary2-background-color-color, -25)); -$btn-secondary2-hover-background-opacity: if(theme.$theme-buttons-secondary2-hover-background-color, theme.$theme-buttons-secondary2-hover-background-opacity, $btn-secondary2-background-opacity); - -/* hover border */ -$btn-secondary2-hover-border-color: if(theme.$theme-buttons-secondary2-hover-border-color, theme.$theme-buttons-secondary2-hover-border-color, color_variant($btn-secondary2-border-top-color, -25)); -$btn-secondary2-hover-border-opacity: if(theme.$theme-buttons-secondary2-hover-border-color, theme.$theme-buttons-secondary2-hover-border-opacity, $btn-secondary2-border-top-opacity); - -/* secondary3 button */ -/* $btn-secondary3-border: theme.$theme-buttons-secondary3-border-border; */ -$btn-secondary3-radius: theme.$theme-buttons-secondary3-border-border_radius; -$btn-secondary3-font-font: theme.$theme-buttons-secondary3-text-font-font; -$btn-secondary3-font-color: theme.$theme-buttons-secondary3-text-font-color; -$btn-secondary3-background-color: theme.$theme-buttons-secondary3-background-color-color; -$btn-secondary3-background-opacity: theme.$theme-buttons-secondary3-background-color-opacity; - -/* hover color */ -$btn-secondary3-hover-color: if(theme.$theme-buttons-secondary3-hover-color-color, theme.$theme-buttons-secondary3-hover-color-color, color_variant($btn-secondary3-font-color, -20)); - -/* hover background */ -$btn-secondary3-hover-background-color: if(theme.$theme-buttons-secondary3-hover-background-color, theme.$theme-buttons-secondary3-hover-background-color, color_variant($btn-secondary3-background-color-color, -25)); -$btn-secondary3-hover-background-opacity: if(theme.$theme-buttons-secondary3-hover-background-color, theme.$theme-buttons-secondary3-hover-background-opacity, $btn-secondary3-background-opacity); - -/* hover border */ -$btn-secondary3-hover-border-color: if(theme.$theme-buttons-secondary3-hover-border-color, theme.$theme-buttons-secondary3-hover-border-color, color_variant($btn-secondary3-border-top-color, -25)); -$btn-secondary3-hover-border-opacity: if(theme.$theme-buttons-secondary3-hover-border-color, theme.$theme-buttons-secondary3-hover-border-opacity, $btn-secondary3-border-top-opacity); - -.btn-small, -.form--btn-small input[type="submit"], -.form--btn-small input[type="file"]::file-selector-button { - font-size: (theme.$theme-buttons-size-small-font_size + 'px'); - padding-top: (theme.$theme-buttons-size-small-spacing-padding-top-value + theme.$theme-buttons-size-small-spacing-padding-top-units); - padding-bottom: (theme.$theme-buttons-size-small-spacing-padding-bottom-value + theme.$theme-buttons-size-small-spacing-padding-bottom-units); - padding-left: (theme.$theme-buttons-size-small-spacing-padding-left-value + theme.$theme-buttons-size-small-spacing-padding-left-units); - padding-right: (theme.$theme-buttons-size-small-spacing-padding-right-value + theme.$theme-buttons-size-small-spacing-padding-right-units); -} - -.btn-regular, -.form--btn-regular input[type="submit"], -.form--btn-regular input[type="file"]::file-selector-button { - font-size: #{theme.$theme-buttons-size-regular-font_size}px; - padding-top: (theme.$theme-buttons-size-regular-spacing-padding-top-value + theme.$theme-buttons-size-regular-spacing-padding-top-units); - padding-bottom: (theme.$theme-buttons-size-regular-spacing-padding-bottom-value + theme.$theme-buttons-size-regular-spacing-padding-bottom-units); - padding-left: (theme.$theme-buttons-size-regular-spacing-padding-left-value + theme.$theme-buttons-size-regular-spacing-padding-left-units); - padding-right: (theme.$theme-buttons-size-regular-spacing-padding-right-value + theme.$theme-buttons-size-regular-spacing-padding-right-units); -} - -.btn-large, -.form--btn-large input[type="submit"], -.form--btn-large input[type="file"]::file-selector-button { - font-size: #{theme.$theme-buttons-size-large-font_size}px; - padding-top: (theme.$theme-buttons-size-large-spacing-padding-top-value + theme.$theme-buttons-size-large-spacing-padding-top-units); - padding-bottom: (theme.$theme-buttons-size-large-spacing-padding-bottom-value + theme.$theme-buttons-size-large-spacing-padding-bottom-units); - padding-left: (theme.$theme-buttons-size-large-spacing-padding-left-value + theme.$theme-buttons-size-large-spacing-padding-left-units); - padding-right: (theme.$theme-buttons-size-large-spacing-padding-right-value + theme.$theme-buttons-size-large-spacing-padding-right-units); -} - -/* button primary */ -.btn-primary, -.form--btn-primary input[type="submit"], -.form--btn-primary input[type="file"]::file-selector-button { - @if $btn-primary-radius { - --border-radius: ($theme.$theme-buttons-primary-border-border_radius + 'px'); - } - @if $btn-primary-font-color { - --color: #{$btn-primary-font-color}; - } - @if $btn-primary-background-color { - --bg: #{rgb($btn-primary-background-color, $btn-primary-background-opacity)}; - } - @if $btn-primary-font-font { - font-family: theme.$theme-buttons-primary-text-font-font, theme.$theme-buttons-primary-text-font-fallback; - font-weight: theme.$theme-buttons-primary-text-font-variant; - } else { - font-family: var(--system-fonts); - } - border-top: (theme.$theme-buttons-primary-border-border-top-width-value + theme.$theme-buttons-primary-border-border-top-width-units) (theme.$theme-buttons-primary-border-border-top-style) (theme.$theme-buttons-primary-border-border-top-color); - border-bottom: (theme.$theme-buttons-primary-border-border-bottom-width-value + theme.$theme-buttons-primary-border-border-bottom-width-units) (theme.$theme-buttons-primary-border-border-bottom-style) (theme.$theme-buttons-primary-border-border-bottom-color); - border-left: (theme.$theme-buttons-primary-border-border-left-width-value + theme.$theme-buttons-primary-border-border-left-width-units) (theme.$theme-buttons-primary-border-border-left-style) (theme.$theme-buttons-primary-border-border-left-color); - border-right: (theme.$theme-buttons-primary-border-border-right-width-value + theme.$theme-buttons-primary-border-border-right-width-units) (theme.$theme-buttons-primary-border-border-right-style) (theme.$theme-buttons-primary-border-border-right-color); -} - -.btn-primary:hover, -.form--btn-primary input[type="submit"]:hover { - @if $btn-primary-hover-color { - --hover-color: #{$btn-primary-hover-color}; - } - @if $btn-primary-hover-background-color { - --hover-bg: #{rgb($btn-primary-hover-background-color, $btn-primary-hover-background-opacity)}; - } - @if $btn-primary-hover-border-color { - --hover-border: #{rgb($btn-primary-hover-border-color, $btn-primary-hover-border-opacity)}; - } -} - -/* button secondary1 */ -.btn-secondary1, -.form--btn-secondary1 input[type="submit"], -.form--btn-secondary1 input[type="file"]::file-selector-button { - @if $btn-secondary1-radius { - --border-radius: #{$btn-secondary1-radius}px; - } - @if $btn-secondary1-font-color { - --color: #{$btn-secondary1-font-color}; - } - @if $btn-secondary1-background-color { - --bg: #{rgb($btn-secondary1-background-color, $btn-secondary1-background-opacity)}; - } - @if $btn-secondary1-font-font { - font-family: theme.$theme-buttons-secondary1-text-font-font, theme.$theme-buttons-secondary1-text-font-fallback; - font-weight: theme.$theme-buttons-secondary1-text-font-variant; - } else { - font-family: var(--system-fonts); - } - border-top: (theme.$theme-buttons-secondary1-border-border-top-width-value + theme.$theme-buttons-secondary1-border-border-top-width-units) (theme.$theme-buttons-secondary1-border-border-top-style) (theme.$theme-buttons-secondary1-border-border-top-color); - border-bottom: (theme.$theme-buttons-secondary1-border-border-bottom-width-value + theme.$theme-buttons-secondary1-border-border-bottom-width-units) (theme.$theme-buttons-secondary1-border-border-bottom-style) (theme.$theme-buttons-secondary1-border-border-bottom-color); - border-left: (theme.$theme-buttons-secondary1-border-border-left-width-value + theme.$theme-buttons-secondary1-border-border-left-width-units) (theme.$theme-buttons-secondary1-border-border-left-style) (theme.$theme-buttons-secondary1-border-border-left-color); - border-right: (theme.$theme-buttons-secondary1-border-border-right-width-value + theme.$theme-buttons-secondary1-border-border-right-width-units) (theme.$theme-buttons-secondary1-border-border-right-style) (theme.$theme-buttons-secondary1-border-border-right-color); -} - -.btn-secondary1:hover, -.form--btn-secondary1 input[type="submit"]:hover { - @if $btn-secondary1-hover-color { - --hover-color: #{$btn-secondary1-hover-color}; - } - @if $btn-secondary1-hover-background-color { - --hover-bg: #{rgb($btn-secondary1-hover-background-color, $btn-secondary1-hover-background-opacity)}; - } - @if $btn-secondary1-hover-border-color { - --hover-border: #{rgb($btn-secondary1-hover-border-color, $btn-secondary1-hover-border-opacity)}; - } -} - -/* button secondary2 */ -.btn-secondary2, -.form--btn-secondary2 input[type="submit"], -.form--btn-secondary2 input[type="file"]::file-selector-button { - @if $btn-secondary2-radius { - --border-radius: #{$btn-secondary2-radius}px; - } - @if $btn-secondary2-font-color { - --color: #{$btn-secondary2-font-color}; - } - @if $btn-secondary2-background-color { - --bg: #{rgb($btn-secondary2-background-color, $btn-secondary2-background-opacity)}; - } - @if $btn-secondary2-font-font { - font-family: theme.$theme-buttons-secondary2-text-font-font, theme.$theme-buttons-secondary2-text-font-fallback; - font-weight: theme.$theme-buttons-secondary2-text-font-variant; - } else { - font-family: var(--system-fonts); - } - border-top: (theme.$theme-buttons-secondary2-border-border-top-width-value + theme.$theme-buttons-secondary2-border-border-top-width-units) (theme.$theme-buttons-secondary2-border-border-top-style) (theme.$theme-buttons-secondary2-border-border-top-color); - border-bottom: (theme.$theme-buttons-secondary2-border-border-bottom-width-value + theme.$theme-buttons-secondary2-border-border-bottom-width-units) (theme.$theme-buttons-secondary2-border-border-bottom-style) (theme.$theme-buttons-secondary2-border-border-bottom-color); - border-left: (theme.$theme-buttons-secondary2-border-border-left-width-value + theme.$theme-buttons-secondary2-border-border-left-width-units) (theme.$theme-buttons-secondary2-border-border-left-style) (theme.$theme-buttons-secondary2-border-border-left-color); - border-right: (theme.$theme-buttons-secondary2-border-border-right-width-value + theme.$theme-buttons-secondary2-border-border-right-width-units) (theme.$theme-buttons-secondary2-border-border-right-style) (theme.$theme-buttons-secondary2-border-border-right-color); -} - -.btn-secondary2:hover, -.form--btn-secondary2 input[type="submit"]:hover { - @if $btn-secondary2-hover-color { - --hover-color: #{$btn-secondary2-hover-color}; - } - @if $btn-secondary2-hover-background-color { - --hover-bg: #{rgb($btn-secondary2-hover-background-color, $btn-secondary2-hover-background-opacity)}; - } - @if $btn-secondary2-hover-border-color { - --hover-border: #{rgb($btn-secondary2-hover-border-color, $btn-secondary2-hover-border-opacity)}; - } -} - -/* button secondary3 */ -.btn-secondary3, -.form--btn-secondary3 input[type="submit"], -.form--btn-secondary3 input[type="file"]::file-selector-button { - @if $btn-secondary3-radius { - --border-radius: #{$btn-secondary3-radius}px; - } - @if $btn-secondary3-font-color { - --color: #{$btn-secondary3-font-color}; - } - @if $btn-secondary3-background-color { - --bg: #{rgb($btn-secondary3-background-color, $btn-secondary3-background-opacity)}; - } - @if $btn-secondary3-font-font { - font-family: theme.$theme-buttons-secondary3-text-font-font, theme.$theme-buttons-secondary3-text-font-fallback; - font-weight: theme.$theme-buttons-secondary3-text-font-variant; - } else { - font-family: var(--system-fonts); - } - border-top: (theme.$theme-buttons-secondary3-border-border-top-width-value + theme.$theme-buttons-secondary3-border-border-top-width-units) (theme.$theme-buttons-secondary3-border-border-top-style) (theme.$theme-buttons-secondary3-border-border-top-color); - border-bottom: (theme.$theme-buttons-secondary3-border-border-bottom-width-value + theme.$theme-buttons-secondary3-border-border-bottom-width-units) (theme.$theme-buttons-secondary3-border-border-bottom-style) (theme.$theme-buttons-secondary3-border-border-bottom-color); - border-left: (theme.$theme-buttons-secondary3-border-border-left-width-value + theme.$theme-buttons-secondary3-border-border-left-width-units) (theme.$theme-buttons-secondary3-border-border-left-style) (theme.$theme-buttons-secondary3-border-border-left-color); - border-right: (theme.$theme-buttons-secondary3-border-border-right-width-value + theme.$theme-buttons-secondary3-border-border-right-width-units) (theme.$theme-buttons-secondary3-border-border-right-style) (theme.$theme-buttons-secondary3-border-border-right-color); -} - -.btn-secondary3:hover, -.form--btn-secondary3 input[type="submit"]:hover { - @if $btn-secondary3-hover-color { - --hover-color: #{$btn-secondary3-hover-color}; - } - @if $btn-secondary3-hover-background-color { - --hover-bg: #{rgb($btn-secondary3-hover-background-color, $btn-secondary3-hover-background-opacity)}; - } - @if $btn-secondary3-hover-border-color { - --hover-border: #{rgb($btn-secondary3-hover-border-color, $btn-secondary3-hover-border-opacity)}; - } -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/forms.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/forms.scss deleted file mode 100644 index a279aa52..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/forms.scss +++ /dev/null @@ -1,153 +0,0 @@ -{% import '../macros/macros.css' %} - -.form-default input:not( - [type="checkbox"], - [type="radio"], - [type="file"], - [type="button"], - [type="reset"], - [type="submit"]):focus, -.form-default textarea:focus, -.form-default select:focus { - border-color: {{theme.global_colors.advanced.focus.color}}; - outline: 0; - box-shadow: 0 0 0 0.25rem {{rgb(theme.global_colors.advanced.focus.color, 30)}}; -} - -.form-default { - {% if theme.forms.input_label.font.color %} - --form-label-color: {{theme.forms.input_label.font.color}}; - {% endif %} - {% if theme.forms.help_text.font.color %} - --form-help-text-color: {{theme.forms.help_text.font.color}}; - {% endif %} - {% if theme.forms.placeholder.font.color %} - --form-placeholder-color: {{theme.forms.placeholder.font.color}}; - {% endif %} - {% if theme.forms.error.font.color %} - --form-error-color: {{theme.forms.error.font.color}}; - {% endif %} - {% if theme.forms.focus.color.css %} - --form-focus-color: {{theme.forms.focus.color.css}}; - {% endif %} - {% if theme.forms.background.color.css %} - background-color: {{theme.forms.background.color.css}}; - {% endif %} - {% if theme.forms.border.border_radius != null %} - border-radius: {{theme.forms.border.border_radius ~ 'px'}}; - {% endif %} - {{theme.forms.spacing.spacing.css}} - {{theme.forms.border.border.css}} -} - -.form-default .submitted-message, -.form-default .hs-richtext { - {% if theme.forms.text.font.size %} - font-size: {{theme.forms.text.font.size ~ 'px'}}; - {% endif %} - {% if theme.forms.text.font.color %} - color: {{theme.forms.text.font.color}}; - {% endif %} - {% if theme.forms.text.font.style %} - {{theme.forms.text.font.style}}; - {% endif %} -} - -.form-default label:not(.hs-error-msg):not(.hs-main-font-element), -.form-default .fakelabel { - {% if theme.forms.input_label.background.css %} - background-color: {{theme.forms.input_label.background.css}}; - {% endif %} - {% if theme.forms.input_label.font.style %} - {{theme.forms.input_label.font.style}}; - {% endif %} - {% if theme.forms.input_label.font.size %} - font-size: {{theme.forms.input_label.font.size ~ 'px'}}; - {% endif %} - {{theme.forms.input_label.spacing.css}} -} - -.form-default .hs-field-desc { - {% if theme.forms.help_text.background.css %} - background-color: {{theme.forms.help_text.background.css}}; - {% endif %} - {% if theme.forms.help_text.font.style %} - {{theme.forms.help_text.font.style}}; - {% endif %} - {% if theme.forms.help_text.font.size %} - font-size: {{theme.forms.help_text.font.size ~ 'px'}}; - {% endif %} - {{theme.forms.help_text.spacing.css}} -} - -.form-default input:not( - [type="checkbox"], - [type="radio"], - [type="file"], - [type="button"], - [type="reset"], - [type="submit"]), -.form-default textarea, -.form-default select { - {% if theme.forms.input_field.background.css %} - background-color: {{theme.forms.input_field.background.css}}; - {% endif %} - {% if theme.forms.input_field.border_radius != null %} - border-radius: {{theme.forms.input_field.border_radius ~ 'px'}}; - {% endif %} - {{theme.forms.input_field.border.css}} - {{theme.forms.input_field.spacing.css}} -} - -{% if theme.forms.input_field.spacing.css %} - .form-default select { - {{theme.forms.input_field.spacing.css}} - {% if theme.forms.input_field.spacing.padding.top.value %} - padding-top:{{theme.forms.input_field.spacing.padding.top.value + 2 ~ 'px'}}; - {% endif %} - {% if theme.forms.input_field.spacing.padding.bottom.value %} - padding-bottom:{{theme.forms.input_field.spacing.padding.bottom.value + 2 ~ 'px'}}; - {% endif %} - {% if theme.forms.input_field.spacing.padding.left.value %} - padding-left:{{theme.forms.input_field.spacing.padding.left.value ~ 'px'}}; - {% endif %} - {% if theme.forms.input_field.spacing.padding.right.valu %} - padding-right:{{theme.forms.input_field.spacing.padding.right.value ~ 'px'}}; - {% endif %} - } -{% endif %} - -{% if theme.forms.focus.color.color %} - .form-default input:not( - [type="checkbox"], - [type="radio"], - [type="file"], - [type="button"], - [type="reset"], - [type="submit"]):focus, - .form-default textarea:focus, - .form-default select:focus { - border-color: {{theme.forms.focus.color.css}}; - box-shadow: 0 0 0 0.25rem {{rgb(theme.forms.focus.color.color, 30)}}; - } -{% endif %} - -.form-default input::placeholder, -.form-default textarea::placeholder { - {% if theme.forms.placeholder.font.style %} - {{theme.forms.placeholder.font.style}}; - {% endif %} - {% if theme.forms.placeholder.font.size %} - font-size: {{theme.forms.placeholder.font.size ~ 'px'}}; - {% endif %} -} - -.form-default .hs-error-msg { - {% if theme.forms.error.font.style %} - {{theme.forms.error.font.style}}; - {% endif %} - {% if theme.forms.error.font.size %} - font-size: {{theme.forms.error.font.size ~ 'px'}}; - {% endif %} - {{theme.forms.error.spacing.css}} -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/general.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/general.scss deleted file mode 100644 index 6dd9c3c6..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/general.scss +++ /dev/null @@ -1,13 +0,0 @@ -:focus-visible { - outline-color: var(--focus-color); - outline-style: solid; - outline-width: 3px; -} - -::marker { - color: var(--accent-color); -} - -hr { - border-top-color: var(--primary-color) -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/icons.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/icons.scss deleted file mode 100644 index 949c4b40..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/icons.scss +++ /dev/null @@ -1,45 +0,0 @@ -@use "../theme_variables" as theme; - -$icon_small_size: (theme.$theme-icons-size-small-size + 'px'); -$icon_regular_size: (theme.$theme-icons-size-regular-size + 'px'); -$icon_large_size: (theme.$theme-icons-size-large-size + 'px'); - - -.icon--small svg { - height: $icon_small_size; - width: $icon_small_size; -} -.icon--small { - padding-top: theme.$theme-icons-size-small-spacing-padding-top-value + theme.$theme-icons-size-small-spacing-padding-top-units; - padding-right: theme.$theme-icons-size-small-spacing-padding-right-value + theme.$theme-icons-size-small-spacing-padding-right-units; - padding-bottom: theme.$theme-icons-size-small-spacing-padding-bottom-value + theme.$theme-icons-size-small-spacing-padding-bottom-units; - padding-left: theme.$theme-icons-size-small-spacing-padding-left-value + theme.$theme-icons-size-small-spacing-padding-left-units; -} - -.icon--regular svg { - height: $icon_regular_size; - width: $icon_regular_size; -} - -.icon--regular { - padding-top: theme.$theme-icons-size-regular-spacing-padding-top-value + theme.$theme-icons-size-regular-spacing-padding-top-units; - padding-right: theme.$theme-icons-size-regular-spacing-padding-right-value + theme.$theme-icons-size-regular-spacing-padding-right-units; - padding-bottom: theme.$theme-icons-size-regular-spacing-padding-bottom-value + theme.$theme-icons-size-regular-spacing-padding-bottom-units; - padding-left: theme.$theme-icons-size-regular-spacing-padding-left-value + theme.$theme-icons-size-regular-spacing-padding-left-units; -} - -.icon--large svg { - height: $icon_large_size; - width: $icon_large_size; -} - -.icon--large { - padding-top: theme.$theme-icons-size-large-spacing-padding-top-value + theme.$theme-icons-size-large-spacing-padding-top-units; - padding-right: theme.$theme-icons-size-large-spacing-padding-right-value + theme.$theme-icons-size-large-spacing-padding-right-units; - padding-bottom: theme.$theme-icons-size-large-spacing-padding-bottom-value + theme.$theme-icons-size-large-spacing-padding-bottom-units; - padding-left: theme.$theme-icons-size-large-spacing-padding-left-value + theme.$theme-icons-size-large-spacing-padding-left-units; -} - -.icon--circle { - border-radius: 50%; -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/root.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/root.scss deleted file mode 100644 index d97f25be..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/root.scss +++ /dev/null @@ -1,14 +0,0 @@ -@use "../theme_variables" as theme; - -:root { - /* system-fonts */ - /* https://markdotto.com/2018/02/07/github-system-fonts/ */ - --system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* stylelint-disable-line */ - --primary-color: #{theme.$theme-global_colors-primary-color}; - --secondary1-color: #{theme.$theme-global_colors-secondary1-color}; - --secondary2-color: #{theme.$theme-global_colors-secondary2-color}; - --secondary3-color: #{theme.$theme-global_colors-secondary3-color}; - --focus-color: #{theme.$theme-global_colors-advanced-focus-color}; - --accent-color: initial; - accent-color: var(--accent-color); -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/blockquotes.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/typography/blockquotes.scss deleted file mode 100644 index 57f2be66..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/blockquotes.scss +++ /dev/null @@ -1,10 +0,0 @@ -@use "../../theme_variables" as theme; - -/* blockquote */ -blockquote, -.blockquote { - border-left: 6px solid #ccc; - padding-left: 0.8rem; - margin-left: 3rem; - font-size: (theme.$theme-typography-blockquote-font-size + 'px'); -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/headings.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/typography/headings.scss deleted file mode 100644 index 39b3c15b..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/headings.scss +++ /dev/null @@ -1,108 +0,0 @@ -@use "../../theme_variables" as theme; - -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6, -.display-1, -.display-2, -.display-3, -.display-4, -.display-5, -.display-6 { - @if theme.$theme-typography-headings-font-color { - color: #{theme.$theme-typography-headings-font-color}; - } - @if theme.$theme-typography-headings-font-font { - font-family: #{theme.$theme-typography-headings-font-font}, theme.$theme-typography-headings-font-fallback; - font-weight: theme.$theme-typography-headings-font-variant; - } else { - font-family: var(--system-fonts); - } -} - -h1, -.h1 { - @if theme.$theme-typography-heading-h1-font-size { - --font-size: #{theme.$theme-typography-heading-h1-font-size}; - } -} - -h2, -.h2 { - @if theme.$theme-typography-heading-h2-font-size { - --font-size: #{theme.$theme-typography-heading-h2-font-size}; - } -} - -h3, -.h3 { - @if theme.$theme-typography-heading-h3-font-size { - --font-size: #{theme.$theme-typography-heading-h3-font-size}; - } -} - -h4, -.h4 { - @if theme.$theme-typography-heading-h4-font-size { - --font-size: #{theme.$theme-typography-heading-h4-font-size}; - } -} - -h5, -.h5 { - @if theme.$theme-typography-heading-h5-font-size { - --font-size: #{theme.$theme-typography-heading-h5-font-size}; - } -} - -h6, -.h6 { - @if theme.$theme-typography-heading-h6-font-size { - --font-size: #{theme.$theme-typography-heading-h6-font-size}; - } -} - -.display-1 { - @if theme.$theme-typography-heading-d1-font-size { - --font-size: #{theme.$theme-typography-heading-d1-font-size}; - } -} - -.display-2 { - @if theme.$theme-typography-heading-d2-font-size { - --font-size: #{theme.$theme-typography-heading-d2-font-size}; - } -} - -.display-3 { - @if theme.$theme-typography-heading-d3-font-size { - --font-size: #{theme.$theme-typography-heading-d3-font-size}; - } -} - -.display-4 { - @if theme.$theme-typography-heading-d4-font-size { - --font-size: #{theme.$theme-typography-heading-d4-font-size}; -} -} - -.display-5 { - @if theme.$theme-typography-heading-d5-font-size { - --font-size: #{theme.$theme-typography-heading-d5-font-size}; - } -} - -.display-6 { - @if theme.$theme-typography-heading-d6-font-size { - --font-size: #{theme.$theme-typography-heading-d6-font-size}; - } -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/links.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/typography/links.scss deleted file mode 100644 index e31eee74..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/links.scss +++ /dev/null @@ -1,6 +0,0 @@ -@use "../../theme_variables" as theme; - -:where(a:not(.btn-link)) { - font-size: (theme.$theme-typography-link-font-size + 'px'); - --color: #{theme.$theme-typography-link-font-color}; -} diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/page.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/typography/page.scss deleted file mode 100644 index 3b9fbfff..00000000 --- a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/page.scss +++ /dev/null @@ -1,15 +0,0 @@ -@use "../../theme_variables" as theme; - -body { - overflow-wrap: break-word; - color: theme.$theme-typography-text-font-color; - background-color: theme.$theme-typography-text-background-color; - line-height: 1.5; - font-size: (theme.$theme-typography-text-font-size + theme.$theme-typography-text-font-size_unit); - - @if theme.$theme-typography-text-font-fallback { - font-family: theme.$theme-typography-text-font-font, theme.$theme-typography-text-font-fallback; - } else { - font-family: theme.$theme-typography-text-font-font; - } -} \ No newline at end of file diff --git a/templates/tabulareditor/src/hubspot/global-theme-settings/typography/tables.scss b/templates/tabulareditor/src/hubspot/global-theme-settings/typography/tables.scss deleted file mode 100644 index e69de29b..00000000 diff --git a/templates/tabulareditor/src/hubspot/modules/site-header-inline.scss b/templates/tabulareditor/src/hubspot/modules/site-header-inline.scss deleted file mode 100644 index 87836f75..00000000 --- a/templates/tabulareditor/src/hubspot/modules/site-header-inline.scss +++ /dev/null @@ -1,304 +0,0 @@ -#hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module { - background-color:#EFEAE1; - padding:30px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-logo { - padding-top:6px; - padding-right:14px; - padding-bottom:6px; - padding-left:14px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__mobile-toggler { - color:#666666; - order:2; - padding:8px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__mobile-toggler-img { - width:32px; - height:32px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__button { - padding-right:12px; - padding-left:12px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__secondary-button { - padding-right:12px; - padding-left:12px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list--dropdown { - background-color:#FFFFFF; - min-width:215px; - border:1px none #CCCCCC; - padding:10px; - margin-top:20px; - margin-bottom:20px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link { - justify-content:flex-start; - font-family:'Albert Sans'; - font-style:normal; - font-weight:500; - text-decoration:none; - color:#1d1d1d; - font-size:20px; - padding-top:12px; - padding-right:14px; - padding-bottom:12px; - padding-left:14px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list--sublevel .main-nav__list-item-link { - font-size:18px; - padding-top:7px; - padding-right:15px; - padding-bottom:7px; - padding-left:15px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl1:hover, -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl1.show, -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl1.active, -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl1.active-parent { color:rgb(59,59,59,80%); } - -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl2:hover, -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl2.active { color:rgb(59,59,59,80%); } - -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl3:hover, -#hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list-item-link--lvl3.active { color:rgb(59,59,59,80%); } - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language__list { - background-color:#FFFFFF; - min-width:190px; - border:1px solid #CCCCCC; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language-btn { - color:#1d1d1d; - padding:16px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language-btn:hover, -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language-btn.show, -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language-btn.active, -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language-btn.active-parent { color:rgb(59,59,59,80%); } - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language__list-item-link { - color:#1d1d1d; - font-size:14px; - padding-top:10px; - padding-right:14px; - padding-bottom:10px; - padding-left:14px; -} - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language__list-item-link:hover, -#hs_cos_wrapper_global-header-dndarea-module-2 .header-language__list-item-link.active { color:rgb(59,59,59,80%); } - -#hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-btn { background-color:#EFEAE1 !important; } - -@media (max-width:1199.98px) { - #hs_cos_wrapper_global-header-dndarea-module-2 .header-logo { text-align:LEFT; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-logo__image { width:200px; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__main-nav, - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__language, - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__links, - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__buttons, - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__ctas { order:2; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__search { order:0; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__navbar { order:3; } -} - -@media (min-width:1200px) { - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module { flex-wrap:nowrap; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__navbar { - display:flex !important; - flex-direction:row; - flex-wrap:wrap; - align-content:center; - justify-content:center; - align-items:center; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__mobile-toggler { display:none; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__main-nav { - flex-grow:1; - display:flex; - flex-direction:column; - justify-content:center; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__links, - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__buttons, - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__ctas { - display:flex; - flex-direction:row; - align-items:center; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__main-nav { - margin:0; - padding:0; - padding:px; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__link { - margin:0; - padding:0; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__button { - margin:0; - padding:0; - padding-right:12px; - padding-left:12px; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__cta { - margin:0; - padding:0; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .siteheader-module__secondary-button { - margin:0; - padding:0; - padding-right:12px; - padding-left:12px; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list { - flex-direction:row; - align-items:center; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list--dropdown { position:absolute; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .main-nav__list--toplevel { justify-content:flex-end; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-language__list { position:absolute; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search_wrp { - margin:0; - padding:0; - padding-right:0px; - padding-left:0px; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search { - position:relative; - width:130px; - height:44px; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search.header-search--wide { width:124px; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search.header-search--narrow { width:44px; } - - /* - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search.header-search--show:after { - background:rgb(218 214 220/40%); - content:""; - display:block; - height:100%; - left:0; - top:0; - position:fixed; - width:100%; - z-index:1090; - overflow:hidden; - } - */ - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form_wrp { - position:absolute; - top:0; - right:0; - width:100%; - height:100%; - z-index:1100; - transition:width 0.3s ease-out; - background:#ffffff; - border:0px solid #EFEAE1; - } - - @media (prefers-reduced-motion:reduce) { - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form_wrp { transition:none; } - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search--show .header-search__form_wrp { width:400px; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form { - height:100%; - transition:box-shadow 0.15s ease-in-out; - } - - @media (prefers-reduced-motion:reduce) { - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form { transition:none; } - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-input { - transition:box-shadow 0.15s ease-in-out; - background:transparent; - border:none; - padding-top:4px; - padding-right:14px; - padding-bottom:4px; - padding-left:14px; - } - - @media (prefers-reduced-motion:reduce) { - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-input { transition:none; } - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search--wide .header-search__form-input { padding-right:44px; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-btn { - position:absolute; - right:0; - transition:box-shadow 0.15s ease-in-out,background-color 0.15s ease-in-out; - height:100%; - display:flex; - align-items:center; - user-select:none; - border:1px solid transparent; - margin:0; - padding:0; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-btn:not(.active):hover { border-color:transparent !important; } - - @media (prefers-reduced-motion:reduce) { - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-btn { transition:none; } - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search--wide .header-search__form-btn { width:44px; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search--narrow .header-search__form-btn { width:44px; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__form-btn-icon { flex-grow:1; } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search__suggestions { - margin-left:22.0px; - z-index:1110; - width:80%; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .header-search--open .header-search__suggestions { - border-top:0px solid #EFEAE1; - padding-bottom:5px; - } - - #hs_cos_wrapper_global-header-dndarea-module-2 .open-search_wrp { overflow:hidden; } -} diff --git a/templates/tabulareditor/src/hubspot/modules/site-header-theme.scss b/templates/tabulareditor/src/hubspot/modules/site-header-theme.scss deleted file mode 100644 index 069e7128..00000000 --- a/templates/tabulareditor/src/hubspot/modules/site-header-theme.scss +++ /dev/null @@ -1,31 +0,0 @@ -/* styling of alignemnt between button links and their icons */ -.siteheader-module__button .g-module-macros-btn, -.siteheader-module__secondary-button .g-module-macros-btn, -.siteheader-module__cta a { - display: inline-flex !important; - gap: var(--root-button-icon-gap, .9ch) !important; -} - -/* align all dropdowns plus override site-header styling so last child dropdown aligns vertically the same way as the rest */ -.siteheader-module__main-nav .main-nav__list-item .main-nav__list--dropdown[data-bs-popper], -.siteheader-module__main-nav .main-nav__list-item:last-child .main-nav__list--dropdown[data-bs-popper] { - left: -5px; - right: unset; -} - -.siteheader-module .header-search__form-btn { - color: inherit; -} - -.siteheader-module .header-search__form-btn-icon { - font-size: 1.25rem; -} - -/* site-header - desktop adjustments */ -@media (min-width: 1200px) { - /* align all dropdowns */ - .siteheader-module__main-nav .main-nav__list-item .main-nav__list--dropdown[data-bs-popper], - .siteheader-module__main-nav .main-nav__list-item:last-child .main-nav__list--dropdown[data-bs-popper] { - left: 8px; - } -} diff --git a/templates/tabulareditor/src/hubspot/modules/site-header.scss b/templates/tabulareditor/src/hubspot/modules/site-header.scss deleted file mode 100644 index 5a3c774a..00000000 --- a/templates/tabulareditor/src/hubspot/modules/site-header.scss +++ /dev/null @@ -1,293 +0,0 @@ -/* module css / no hubl variables */ -/* mobile only styles */ -.siteheader-module { - display: flex; - flex-wrap: wrap; - align-items: center; -} - -.siteheader-module__logo { - flex-grow: 1; -} - -.siteheader-module__mobile-toggler { - margin: 0.2rem; - font-size: 1.25rem; - line-height: 1; - transition: box-shadow 0.15s ease-in-out; - background: transparent; - border: none; - min-width: auto; -} - -@media (prefers-reduced-motion: reduce) { - .siteheader-module__mobile-toggler { - transition: none; - } -} - -.siteheader-module__mobile-toggler:hover { - text-decoration: none; -} - -.siteheader-module__navbar { - flex-basis: 100%; - flex-grow: 1; - align-items: stretch; - display: flex; - flex-direction: column; -} - -.siteheader-module__main-nav { - padding-top: 10px; - padding-bottom: 4px; -} - -.main-nav__list { - display: flex; - flex-direction: column; - list-style: none; - margin: 0; - padding: 0; - align-items: stretch; -} - -.main-nav__list--dropdown { - position: static; - z-index: 1000; - display: none; - text-align: left; - list-style: none; - background-clip: padding-box; -} - -.main-nav__list--dropdown[data-bs-popper] { - top: 100%; - left: 0; - margin-top: 0.125rem; -} - -.main-nav__list--dropdown.show, -.main-nav__list--dropdown.show .main-nav__list--sublevel { - display: block; -} - -.main-nav__list-item { - display: flex; - flex-direction: column; -} - -.main-nav__list-item:last-child .main-nav__list--dropdown[data-bs-popper] { - right: 0; - left: auto; -} - -.main-nav__list-item--dropdown { - position: relative; -} - -.main-nav__list-item-link { - text-decoration: none; - transition: color 0.1s ease, background-color 0.1s ease; -} - -.main-nav__list-item-link:hover { - text-decoration: none; -} - -@media (prefers-reduced-motion: reduce) { - .main-nav__list-item-link { - transition: none; - } -} - -.main-nav__list-item--lvl3 { - flex-grow: 1; - padding-left: 10px; -} - -.main-nav__list-item-link--dropdown-toggle { - white-space: nowrap; -} - -.main-nav__list-item-link--dropdown-toggle:after { - display: inline-block; - vertical-align: 0.2em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; -} - -/* ============================ */ -/* Language switcher */ -/* ============================ */ -.header-language { - position: relative; -} - -.header-language-btn { - display: flex; - flex-direction: row; - align-items: center; - font-weight: 400; - line-height: 1; - text-align: center; - text-decoration: none; - vertical-align: middle; - cursor: pointer; - user-select: none; - background-color: transparent; - border: none; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .header-language-btn { - transition: none; - } -} - -.header-language-btn-text { - padding-left: 6px; -} - -.header-language-btn .g-module-macros-icon_wrp { - display: flex; -} - -.header-language-btn .g-module-macros-icon svg { - vertical-align: -0.125em; -} - -.header-language__list { - position: static; - min-width: 190px; - z-index: 1000; - display: none; - text-align: left; - list-style: none; - background-clip: padding-box; - margin: 0; - padding: 0; -} - -.header-language__list[data-bs-popper] { - top: 100%; - right: 0; - margin-top: 0.125rem; -} - -.header-language__list.show { - display: block; -} - -.header-language__list-item-link { - display: flex; - flex-direction: row; - text-decoration: none; - transition: color 0.1s ease, background-color 0.1s ease; -} - -@media (prefers-reduced-motion: reduce) { - .header-language__list-item-link { - transition: none; - } -} - -.header-language__list-item-link:hover { - text-decoration: none; -} - -/* ============================ */ -/* Search */ -/* ============================ */ -.header-search_wrp { - margin-top: 20px; - padding: 0 14px; -} - -.header-search__form { - display: flex; - margin: 0; -} - -.header-search__form_internal-wrp { - flex-grow: 1; -} - -.header-search__form-input { - height: 100%; - width: 100%; - padding: 4px 14px; - margin: 0; - border: 1px solid #999; - background: #fff; - border-radius: 0; -} - -.header-search__form-input:focus-visible { - outline-width: 1px; - outline-offset: 0; -} - -.header-search__form-btn { - width: 60px; - height: 50px; - color: #555; - background-color: transparent; - border: 1px solid transparent; - border: 1px solid #999; - margin-left: -1px; - min-width: auto; -} - -.header-search__form-btn-icon { - fill: none; -} - -.header-search__suggestions { - background: #fff; - margin: 0; - padding: 0; - list-style: none; -} - -.header-search--open .header-search__suggestions { - border: none; - padding: 5px 0; -} - -.header-search__suggestions li { - display: block; - margin: 0; - padding: 0; -} - -.header-search__suggestions a, -.header-search__suggestions #results-for { - display: block; - padding: 5px 10px; -} - -.siteheader-module__link { - margin: 0.5rem 0; -} - -.siteheader-module__button, -.siteheader-module__secondary-button, -.siteheader-module__cta { - margin: 0.5rem 0; -} - -.siteheader-module__button .g-module-macros-btn, -.siteheader-module__secondary-button .g-module-macros-btn, -.siteheader-module__cta a { - display: block; - width: 100%; -} - -.header-search__suggestions a:hover { - background-color: rgb(0 0 0 / 10%); -} diff --git a/templates/tabulareditor/src/hubspot/modules/site-header.ts b/templates/tabulareditor/src/hubspot/modules/site-header.ts deleted file mode 100644 index 98cd429a..00000000 --- a/templates/tabulareditor/src/hubspot/modules/site-header.ts +++ /dev/null @@ -1,104 +0,0 @@ -// =========================== -// main header search form -// =========================== -export function headerSearch(): void { - const headerSearch = document.getElementById('headerSearch'); - if (!headerSearch) return; - - const searchForm = headerSearch.querySelector('.header-search__form') as HTMLFormElement; - const searchFormInput = headerSearch.querySelector('.header-search__form-input') as HTMLInputElement; - const searchFormBtn = headerSearch.querySelector('.header-search__form-btn') as HTMLButtonElement; - const searchResults = headerSearch.querySelector('.header-search__suggestions') as HTMLElement; - - function showSearchForm(event: Event, elem: HTMLElement, isPreventDefault: boolean): void { - if (!elem.classList.contains('header-search--show')) { - elem.classList.add('header-search--show'); - if (!document.body.classList.contains('open-search_wrp')) { - document.body.classList.add('open-search_wrp'); - } - if (searchForm.tabIndex === 0) { - searchForm.tabIndex = -1; - } - if (searchFormBtn.tabIndex === -1) { - searchFormBtn.tabIndex = 0; - } - if (searchFormInput.tabIndex === -1) { - searchFormInput.tabIndex = 0; - } - searchFormInput.focus(); - if (isPreventDefault) { - event.preventDefault(); - } - } - } - - function hideSearchForm(event: Event, elem: HTMLElement, isPreventDefault: boolean): void { - if (elem.classList.contains('header-search--show')) { - elem.classList.remove('header-search--show'); - if (document.body.classList.contains('open-search_wrp')) { - document.body.classList.remove('open-search_wrp'); - } - if (elem.classList.contains('header-search--open')) { - elem.classList.remove('header-search--open'); - searchResults.innerHTML = ''; - } - if (searchForm.tabIndex === -1) { - searchForm.tabIndex = 0; - } - if (searchFormBtn.tabIndex === 0) { - searchFormBtn.tabIndex = -1; - } - if (searchFormInput.tabIndex === 0) { - searchFormInput.tabIndex = -1; - } - searchFormInput.blur(); - searchFormInput.value = ''; - if (isPreventDefault) { - event.preventDefault(); - } - } - } - - function showSearchFormBySbmBtn(event: Event): void { - if (headerSearch.classList.contains('header-search--show')) { - hideSearchForm(event, headerSearch, true); - } else { - showSearchForm(event, headerSearch, true); - } - } - searchFormBtn.addEventListener('click', showSearchFormBySbmBtn, { once: false, passive: false }); - - function showSearchFormByFocus(event: Event): void { - showSearchForm(event, headerSearch, false); - } - searchFormInput.addEventListener('focus', showSearchFormByFocus, { once: false, passive: true }); - - function showSearchFormByKeyEnter(event: KeyboardEvent): void { - if (event.code === 'Enter') { - showSearchForm(event, headerSearch, false); - } - } - searchForm.addEventListener('keyup', showSearchFormByKeyEnter, { once: false, passive: true }); - - function hideSearchFormByKeyEscape(event: KeyboardEvent): void { - if (event.code === 'Escape') { - hideSearchForm(event, headerSearch, false); - } - } - document.addEventListener('keyup', hideSearchFormByKeyEscape, { once: false, passive: true }); - - function hideSearchFormByBlur(event: FocusEvent): void { - if (event.relatedTarget && !(event.relatedTarget as HTMLElement).closest('.header-search__form_wrp')) { - hideSearchForm(event, headerSearch, false); - } - } - searchFormInput.addEventListener('blur', hideSearchFormByBlur, { once: false, passive: true }); - searchFormBtn.addEventListener('blur', hideSearchFormByBlur, { once: false, passive: true }); - - function hideSearchFormByClick(event: MouseEvent): void { - if (!event.target.closest('.header-search__form_wrp')) { - hideSearchForm(event, headerSearch, false); - } - } - document.addEventListener('click', hideSearchFormByClick, { once: false, passive: true }); -} diff --git a/templates/tabulareditor/src/hubspot/sections/site-footer.scss b/templates/tabulareditor/src/hubspot/sections/site-footer.scss deleted file mode 100644 index 384713a0..00000000 --- a/templates/tabulareditor/src/hubspot/sections/site-footer.scss +++ /dev/null @@ -1,26 +0,0 @@ -.widget-type-simple_menu ul[role="menu"] { - list-style: none; - margin: 0; - padding: 0; -} - -.widget-type-simple_menu a[role="menuitem"] { - text-decoration: none; - color: #fff; -} - -.widget-type-simple_menu .hs-menu-flow-vertical a[role="menuitem"] { - padding: 6px 0; -} - -.widget-type-simple_menu .hs-menu-flow-horizontal ul[role="menu"] { - display: flex; - justify-content: flex-end; - gap: 16px; -} - -@media (max-width: 991.98px) { - .widget-type-simple_menu .hs-menu-flow-horizontal ul[role="menu"] { - justify-content: flex-start; - } -} diff --git a/templates/tabulareditor/src/hubspot/theme_variables.scss b/templates/tabulareditor/src/hubspot/theme_variables.scss deleted file mode 100644 index 026c60dc..00000000 --- a/templates/tabulareditor/src/hubspot/theme_variables.scss +++ /dev/null @@ -1,307 +0,0 @@ -$theme-global_colors-primary-color: #004C47; -$theme-global_colors-primary-opacity: 100; -$theme-global_colors-secondary1-color: #98DAA4; -$theme-global_colors-secondary1-opacity: 100; -$theme-global_colors-secondary2-color: #7FD3CE; -$theme-global_colors-secondary2-opacity: 100; -$theme-global_colors-secondary3-color: #ECB171; -$theme-global_colors-secondary3-opacity: 100; -$theme-global_colors-link-color: #171717; -$theme-global_colors-link-opacity: 100; -$theme-global_colors-advanced-focus-color: null; -$theme-global_colors-advanced-focus-opacity: null; -$theme-global_colors-advanced-accent-color: null; -$theme-global_colors-advanced-accent-opacity: null; -$theme-typography-text-background-color: #EFEAE1; -$theme-typography-text-background-opacity: 100; -$theme-typography-text-font-size: 22; -$theme-typography-text-font-size_unit: px; -$theme-typography-text-font-color: #1d1d1d; -$theme-typography-text-font-variant: regular; -$theme-typography-text-font-font: 'Albert Sans'; -$theme-typography-text-font-fallback: sans-serif; -$theme-typography-text-font-font_set: GOOGLE; -$theme-typography-text-secondary_global_font-variant: 700; -$theme-typography-headings-font-color: #171717; -$theme-typography-headings-font-fallback: sans-serif; -$theme-typography-headings-font-font: 'Albert Sans'; -$theme-typography-headings-font-font_set: GOOGLE; -$theme-typography-headings-font-variant: 500; -$theme-typography-headings-headings_link-underline: none; -$theme-typography-headings-headings_link-hover-underline: none; -$theme-typography-heading-h1-font-size: 42; -$theme-typography-heading-h1-font-size_unit: px; -$theme-typography-heading-h2-font-size: 36; -$theme-typography-heading-h2-font-size_unit: px; -$theme-typography-heading-h3-font-size: 30; -$theme-typography-heading-h3-font-size_unit: px; -$theme-typography-heading-h4-font-size: 24; -$theme-typography-heading-h4-font-size_unit: px; -$theme-typography-heading-h5-font-size: 20; -$theme-typography-heading-h5-font-size_unit: px; -$theme-typography-heading-h6-font-size: 16; -$theme-typography-heading-h6-font-size_unit: px; -$theme-typography-heading-d1-font-size: 86; -$theme-typography-heading-d1-font-size_unit: px; -$theme-typography-heading-d2-font-size: 76; -$theme-typography-heading-d2-font-size_unit: px; -$theme-typography-heading-d3-font-size: 68; -$theme-typography-heading-d3-font-size_unit: px; -$theme-typography-heading-d4-font-size: 62; -$theme-typography-heading-d4-font-size_unit: px; -$theme-typography-heading-d5-font-size: 56; -$theme-typography-heading-d5-font-size_unit: px; -$theme-typography-heading-d6-font-size: 48; -$theme-typography-heading-d6-font-size_unit: px; -$theme-typography-link-font-size: 22; -$theme-typography-link-font-size_unit: px; -$theme-typography-link-font-color: #171717; -$theme-typography-link-font-variant: regular; -$theme-typography-link-font-font: 'Albert Sans'; -$theme-typography-link-font-fallback: sans-serif; -$theme-typography-link-font-font_set: GOOGLE; -$theme-typography-link-hover-underline: underline; -$theme-typography-blockquote-font-size: 18; -$theme-typography-blockquote-font-size_unit: px; -$theme-buttons-size-small-spacing-padding-top-value: 12; -$theme-buttons-size-small-spacing-padding-top-units: px; -$theme-buttons-size-small-spacing-padding-bottom-value: 12; -$theme-buttons-size-small-spacing-padding-bottom-units: px; -$theme-buttons-size-small-spacing-padding-left-value: 22; -$theme-buttons-size-small-spacing-padding-left-units: px; -$theme-buttons-size-small-spacing-padding-right-value: 22; -$theme-buttons-size-small-spacing-padding-right-units: px; -$theme-buttons-size-small-font_size: 18; -$theme-buttons-size-regular-spacing-padding-top-value: 18; -$theme-buttons-size-regular-spacing-padding-top-units: px; -$theme-buttons-size-regular-spacing-padding-bottom-value: 18; -$theme-buttons-size-regular-spacing-padding-bottom-units: px; -$theme-buttons-size-regular-spacing-padding-left-units: px; -$theme-buttons-size-regular-spacing-padding-left-value: 23; -$theme-buttons-size-regular-spacing-padding-right-units: px; -$theme-buttons-size-regular-spacing-padding-right-value: 23; -$theme-buttons-size-regular-font_size: 20; -$theme-buttons-size-large-spacing-padding-top-value: 38; -$theme-buttons-size-large-spacing-padding-top-units: px; -$theme-buttons-size-large-spacing-padding-bottom-value: 38; -$theme-buttons-size-large-spacing-padding-bottom-units: px; -$theme-buttons-size-large-spacing-padding-left-value: 40; -$theme-buttons-size-large-spacing-padding-left-units: px; -$theme-buttons-size-large-spacing-padding-right-value: 40; -$theme-buttons-size-large-spacing-padding-right-units: px; -$theme-buttons-size-large-font_size: 32; -$theme-buttons-primary-background-color-color: #004C47; -$theme-buttons-primary-background-color-opacity: 100; -$theme-buttons-primary-text-font-color: #FFFFFF; -$theme-buttons-primary-text-font-variant: 500; -$theme-buttons-primary-text-font-font: 'Albert Sans'; -$theme-buttons-primary-text-font-fallback: sans-serif; -$theme-buttons-primary-text-font-font_set: GOOGLE; -$theme-buttons-primary-border-border-top-style: solid; -$theme-buttons-primary-border-border-top-color: #004C47; -$theme-buttons-primary-border-border-top-opacity: 100; -$theme-buttons-primary-border-border-top-width-value: 2; -$theme-buttons-primary-border-border-top-width-units: px; -$theme-buttons-primary-border-border-bottom-style: solid; -$theme-buttons-primary-border-border-bottom-color: #004C47; -$theme-buttons-primary-border-border-bottom-opacity: 100; -$theme-buttons-primary-border-border-bottom-width-value: 2; -$theme-buttons-primary-border-border-bottom-width-units: px; -$theme-buttons-primary-border-border-left-style: solid; -$theme-buttons-primary-border-border-left-color: #004C47; -$theme-buttons-primary-border-border-left-opacity: 100; -$theme-buttons-primary-border-border-left-width-value: 2; -$theme-buttons-primary-border-border-left-width-units: px; -$theme-buttons-primary-border-border-right-style: solid; -$theme-buttons-primary-border-border-right-color: #004C47; -$theme-buttons-primary-border-border-right-opacity: 100; -$theme-buttons-primary-border-border-right-width-value: 2; -$theme-buttons-primary-border-border-right-width-units: px; -$theme-buttons-primary-border-border_radius: 0; -$theme-buttons-primary-hover-background-color: #004C47; -$theme-buttons-primary-hover-background-opacity: 100; -$theme-buttons-primary-hover-color-color: #fff; -$theme-buttons-primary-hover-color-opacity: 100; -$theme-buttons-primary-hover-border-color: #004C47; -$theme-buttons-primary-hover-border-opacity: 100; -$theme-buttons-secondary1-background-color-color: #98DAA4; -$theme-buttons-secondary1-background-color-opacity: 0; -$theme-buttons-secondary1-text-font-color: #000000; -$theme-buttons-secondary1-text-font-variant: 500; -$theme-buttons-secondary1-text-font-font: 'Albert Sans'; -$theme-buttons-secondary1-text-font-fallback: sans-serif; -$theme-buttons-secondary1-text-font-font_set: GOOGLE; -$theme-buttons-secondary1-border-border-bottom-color: #004C47; -$theme-buttons-secondary1-border-border-bottom-opacity: 100; -$theme-buttons-secondary1-border-border-bottom-style: solid; -$theme-buttons-secondary1-border-border-bottom-width-units: px; -$theme-buttons-secondary1-border-border-bottom-width-value: 2; -$theme-buttons-secondary1-border-border-left-color: #004C47; -$theme-buttons-secondary1-border-border-left-opacity: 100; -$theme-buttons-secondary1-border-border-left-style: solid; -$theme-buttons-secondary1-border-border-left-width-units: px; -$theme-buttons-secondary1-border-border-left-width-value: 2; -$theme-buttons-secondary1-border-border-right-color: #004C47; -$theme-buttons-secondary1-border-border-right-opacity: 100; -$theme-buttons-secondary1-border-border-right-style: solid; -$theme-buttons-secondary1-border-border-right-width-units: px; -$theme-buttons-secondary1-border-border-right-width-value: 2; -$theme-buttons-secondary1-border-border-top-color: #004C47; -$theme-buttons-secondary1-border-border-top-opacity: 100; -$theme-buttons-secondary1-border-border-top-style: solid; -$theme-buttons-secondary1-border-border-top-width-units: px; -$theme-buttons-secondary1-border-border-top-width-value: 2; -$theme-buttons-secondary1-border-border_radius: undefined; -$theme-buttons-secondary1-hover-background-color: #004C47; -$theme-buttons-secondary1-hover-background-opacity: 0; -$theme-buttons-secondary1-hover-color-color: #171717; -$theme-buttons-secondary1-hover-color-opacity: 100; -$theme-buttons-secondary1-hover-border-color: #004C47; -$theme-buttons-secondary1-hover-border-opacity: 100; -$theme-buttons-secondary2-background-color-color: #7FD3CE; -$theme-buttons-secondary2-background-color-opacity: 100; -$theme-buttons-secondary2-text-font-color: #000000; -$theme-buttons-secondary2-text-font-variant: 500; -$theme-buttons-secondary2-text-font-font: 'Albert Sans'; -$theme-buttons-secondary2-text-font-fallback: sans-serif; -$theme-buttons-secondary2-text-font-font_set: GOOGLE; -$theme-buttons-secondary2-border-border-top-style: solid; -$theme-buttons-secondary2-border-border-top-color: #7FD3CE; -$theme-buttons-secondary2-border-border-top-opacity: 100; -$theme-buttons-secondary2-border-border-top-width-value: 2; -$theme-buttons-secondary2-border-border-top-width-units: px; -$theme-buttons-secondary2-border-border-bottom-style: solid; -$theme-buttons-secondary2-border-border-bottom-color: #7FD3CE; -$theme-buttons-secondary2-border-border-bottom-opacity: 100; -$theme-buttons-secondary2-border-border-bottom-width-value: 2; -$theme-buttons-secondary2-border-border-bottom-width-units: px; -$theme-buttons-secondary2-border-border-left-style: solid; -$theme-buttons-secondary2-border-border-left-color: #7FD3CE; -$theme-buttons-secondary2-border-border-left-opacity: 100; -$theme-buttons-secondary2-border-border-left-width-value: 2; -$theme-buttons-secondary2-border-border-left-width-units: px; -$theme-buttons-secondary2-border-border-right-style: solid; -$theme-buttons-secondary2-border-border-right-color: #7FD3CE; -$theme-buttons-secondary2-border-border-right-opacity: 100; -$theme-buttons-secondary2-border-border-right-width-value: 2; -$theme-buttons-secondary2-border-border-right-width-units: px; -$theme-buttons-secondary2-border-border_radius: 0; -$theme-buttons-secondary2-hover-background-color: #7FD3CE; -$theme-buttons-secondary2-hover-background-opacity: 100; -$theme-buttons-secondary2-hover-color-color: #000000; -$theme-buttons-secondary2-hover-color-opacity: 100; -$theme-buttons-secondary2-hover-border-color: #7FD3CE; -$theme-buttons-secondary2-hover-border-opacity: 100; -$theme-buttons-secondary3-background-color-color: #FFFFFF; -$theme-buttons-secondary3-background-color-opacity: 0; -$theme-buttons-secondary3-text-font-color: #FFFFFF; -$theme-buttons-secondary3-text-font-variant: 500; -$theme-buttons-secondary3-text-font-font: 'Albert Sans'; -$theme-buttons-secondary3-text-font-fallback: sans-serif; -$theme-buttons-secondary3-text-font-font_set: GOOGLE; -$theme-buttons-secondary3-border-border-top-style: solid; -$theme-buttons-secondary3-border-border-top-color: #7FD3CE; -$theme-buttons-secondary3-border-border-top-opacity: 100; -$theme-buttons-secondary3-border-border-top-width-value: 2; -$theme-buttons-secondary3-border-border-top-width-units: px; -$theme-buttons-secondary3-border-border-bottom-style: solid; -$theme-buttons-secondary3-border-border-bottom-color: #7FD3CE; -$theme-buttons-secondary3-border-border-bottom-opacity: 100; -$theme-buttons-secondary3-border-border-bottom-width-value: 2; -$theme-buttons-secondary3-border-border-bottom-width-units: px; -$theme-buttons-secondary3-border-border-left-style: solid; -$theme-buttons-secondary3-border-border-left-color: #7FD3CE; -$theme-buttons-secondary3-border-border-left-opacity: 100; -$theme-buttons-secondary3-border-border-left-width-value: 2; -$theme-buttons-secondary3-border-border-left-width-units: px; -$theme-buttons-secondary3-border-border-right-style: solid; -$theme-buttons-secondary3-border-border-right-color: #7FD3CE; -$theme-buttons-secondary3-border-border-right-opacity: 100; -$theme-buttons-secondary3-border-border-right-width-value: 2; -$theme-buttons-secondary3-border-border-right-width-units: px; -$theme-buttons-secondary3-border-border_radius: 0; -$theme-buttons-secondary3-hover-background-color: #7FD3CE; -$theme-buttons-secondary3-hover-background-opacity: 0; -$theme-buttons-secondary3-hover-color-color: #ffffff; -$theme-buttons-secondary3-hover-color-opacity: 100; -$theme-buttons-secondary3-hover-border-color: #7FD3CE; -$theme-buttons-secondary3-hover-border-opacity: 100; -$theme-icons-size-small-spacing-padding-top-value: 15; -$theme-icons-size-small-spacing-padding-top-units: px; -$theme-icons-size-small-spacing-padding-right-value: 15; -$theme-icons-size-small-spacing-padding-right-units: px; -$theme-icons-size-small-spacing-padding-bottom-value: 15; -$theme-icons-size-small-spacing-padding-bottom-units: px; -$theme-icons-size-small-spacing-padding-left-value: 15; -$theme-icons-size-small-spacing-padding-left-units: px; -$theme-icons-size-small-size: 25; -$theme-icons-size-regular-spacing-padding-top-value: 20; -$theme-icons-size-regular-spacing-padding-top-units: px; -$theme-icons-size-regular-spacing-padding-right-value: 20; -$theme-icons-size-regular-spacing-padding-right-units: px; -$theme-icons-size-regular-spacing-padding-bottom-value: 20; -$theme-icons-size-regular-spacing-padding-bottom-units: px; -$theme-icons-size-regular-spacing-padding-left-value: 20; -$theme-icons-size-regular-spacing-padding-left-units: px; -$theme-icons-size-regular-size: 35; -$theme-icons-size-large-spacing-padding-top-value: 25; -$theme-icons-size-large-spacing-padding-top-units: px; -$theme-icons-size-large-spacing-padding-right-value: 25; -$theme-icons-size-large-spacing-padding-right-units: px; -$theme-icons-size-large-spacing-padding-bottom-value: 25; -$theme-icons-size-large-spacing-padding-bottom-units: px; -$theme-icons-size-large-spacing-padding-left-value: 25; -$theme-icons-size-large-spacing-padding-left-units: px; -$theme-icons-size-large-size: 55; -$theme-icons-primary-color-color-color: null; -$theme-icons-primary-color-color-opacity: null; -$theme-icons-secondary-color-color-color: null; -$theme-icons-secondary-color-color-opacity: null; -$theme-forms-background-color-color: null; -$theme-forms-background-color-opacity: null; -$theme-forms-text-font-size: null; -$theme-forms-text-font-styles: null; -$theme-forms-text-font-fallback: null; -$theme-forms-text-font-size_unit: null; -$theme-forms-text-font-color: null; -$theme-forms-text-font-variant: null; -$theme-forms-text-font-font: null; -$theme-forms-text-font-style: null; -$theme-forms-text-font-font_set: DEFAULT; -$theme-forms-border-border_radius: undefined; -$theme-forms-input_label-background-color: null; -$theme-forms-input_label-background-opacity: null; -$theme-forms-input_label-font-font_set: DEFAULT; -$theme-forms-input_label-font-size: 16; -$theme-forms-help_text-background-color: null; -$theme-forms-help_text-background-opacity: null; -$theme-forms-help_text-font-size: null; -$theme-forms-help_text-font-styles: null; -$theme-forms-help_text-font-fallback: null; -$theme-forms-help_text-font-size_unit: null; -$theme-forms-help_text-font-color: null; -$theme-forms-help_text-font-variant: null; -$theme-forms-help_text-font-font: null; -$theme-forms-help_text-font-style: null; -$theme-forms-help_text-font-font_set: DEFAULT; -$theme-forms-input_field-background-color: #ffffff; -$theme-forms-input_field-background-opacity: 0; -$theme-forms-input_field-border_radius: undefined; -$theme-forms-placeholder-font-font_set: DEFAULT; -$theme-forms-placeholder-font-size: 20; -$theme-forms-button-presets-style: form--btn-primary; -$theme-forms-button-presets-size: form--btn-regular; -$theme-forms-error-font-size: null; -$theme-forms-error-font-styles: null; -$theme-forms-error-font-fallback: null; -$theme-forms-error-font-size_unit: null; -$theme-forms-error-font-color: null; -$theme-forms-error-font-variant: null; -$theme-forms-error-font-font: null; -$theme-forms-error-font-style: null; -$theme-forms-error-font-font_set: DEFAULT; -$theme-forms-focus-color-color: null; -$theme-forms-focus-color-opacity: null; -$theme-layout-maximum_content_width: 1400; -$theme-layout-custom_maximum_content_width: 1300; -$theme-layout-vertical_spacing: 60; diff --git a/templates/tabulareditor/src/layout.scss b/templates/tabulareditor/src/layout.scss deleted file mode 100644 index a712a0e2..00000000 --- a/templates/tabulareditor/src/layout.scss +++ /dev/null @@ -1,220 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@use "bootstrap/scss/bootstrap"; - -$header-height: 0px; -$footer-height: 863px; -$main-padding-top: 1.6rem; -$main-padding-bottom: 2rem; - -// Makes a div sticky to top -@mixin sticky-top { - @include bootstrap.media-breakpoint-up(md) { - position: sticky; - top: 0; - z-index: 1030; - } -} - -@mixin stick-to-header { - @include bootstrap.media-breakpoint-up(md) { - position: sticky; - top: calc($header-height + $main-padding-top); - } -} - -html { - width: calc(100vw - var(--scrollbar-width)); - min-height: 100vh; - overflow-x: hidden; -} - -body, -body[data-layout="landing"] { - width: calc(100vw - var(--scrollbar-width)); - min-height: 100vh; - display: flex; - flex-direction: column; - - /* - >header { - display: flex; - align-items: stretch; - - @include sticky-top; - - @include bootstrap.media-breakpoint-up(md) { - height: $header-height; - } - - >nav { - flex: 1; - } - } - */ - /* - >footer { - font-size: 14px; - padding: 1rem 0; - height: $footer-height; - - >div { - display: flex; - align-items: center; - } - } - */ - - >main { - display: flex; - flex: 1; - padding-top: $main-padding-top; - padding-bottom: $main-padding-bottom; - - >.content { - display: flex; - flex-direction: column; - width: 100%; - - >:not(article, .docnav) { - display: none; - } - - >article { - flex: 1; - } - - @include bootstrap.media-breakpoint-up(md) { - >article [id] { - scroll-margin-top: $header-height; - } - } - } - - >:not(.content) { - display: none; - } - } - - @media print { - >main { - padding: 0 !important; - } - - >header, >footer { - display: none; - } - } -} - -@media not print { - // Search layout - body[data-search] { - >main { - display: none; - } - - >.search-results { - display: block; - flex: 1; - padding-top: $main-padding-top; - padding-bottom: $main-padding-bottom; - } - } - - body:not([data-search]) { - >.search-results { - display: none; - } - - // Default layout: with header, footer, actionbar, affix, and toc - &[data-layout=""], - &[data-layout="conceptual"] { - >main { - padding-bottom: 0; - - >.toc-offcanvas { - flex: .35; - display: block; - overflow: hidden; - max-width: 360px; - max-height: calc(100vh - $header-height - $main-padding-top); - - @include stick-to-header; - - @include bootstrap.media-breakpoint-down(md) { - flex: 0; - } - - .offcanvas-start, .offcanvas-body { - height: 100%; - } - } - - >.content { - display: flex; - flex-direction: column; - flex: 1; - min-width: 0; - margin: 0 3rem; - padding-bottom: $main-padding-bottom; - - >.actionbar { - display: flex; - align-items: flex-start; - margin-top: .5rem; - - >button { - margin-top: -.65em; - margin-left: -.8em - } - } - - article { - flex: 1; - } - - >.contribution, - >.next-article { - display: flex; - } - - @include bootstrap.media-breakpoint-down(lg) { - margin: 0 1rem; - } - - @include bootstrap.media-breakpoint-down(md) { - margin: 0; - } - } - - >.affix { - display: block; - width: 230px; - max-height: calc(100vh - $header-height - $main-padding-top); - - /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */ - overflow-x: hidden; - /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */ - overflow-y: auto; - - @include stick-to-header; - - @media only screen and (max-width: 1140px) { - display: none; - } - } - } - } - - // Chromeless layout: with no header, footer, actionbar, affix, and toc - &[data-layout="chromeless"] { - >header, >footer { - display: none; - } - } - } -} diff --git a/templates/tabulareditor/src/local.scss b/templates/tabulareditor/src/local.scss deleted file mode 100644 index 31e3f6d8..00000000 --- a/templates/tabulareditor/src/local.scss +++ /dev/null @@ -1,115 +0,0 @@ -@use "./hubspot/theme_variables" as theme; - -footer { - background-color: theme.$theme-buttons-primary-background-color-color; - color: theme.$theme-buttons-primary-text-font-color; - padding-top: 110px; - padding-bottom: 55px; -} - -footer .heading { - color: theme.$theme-buttons-primary-text-font-color; -} - -footer hr.divider-module__line { - border-top-color: var(--secondary2-color); -} - -footer .divider-module_wrp { - padding-top: 40px; - padding-bottom: 35px; -} - -footer .button-group { - --scope-alignment: start; - --scope-border-radius: 0; - --scope-content-gap: 45px; - --scope-border: none; - --scope-border-width: 0px; - --scope-shadow: var(--shadow-); - --scope-padding-top: 0; - --scope-padding-bottom: 15px; -} - -footer .row-number-1 { - padding-bottom: 265px !important; -} - -.global-footer_wrp .btn-large.btn-full-width { - justify-content: start; -} - -.global-footer_wrp .btn-large.btn-full-width svg { - font-size: 26px; -} - -.global-footer_wrp ul[role="menu"] { - list-style: none; - margin: 0; - padding: 0; -} - -.global-footer_wrp a[role="menuitem"] { - text-decoration: none; - font-size: 28px; - color: theme.$theme-buttons-primary-text-font-color; -} - -.global-footer_wrp a[role="menuitem"]:hover, -.global-footer_wrp a[role="menuitem"]:focus { - text-decoration: underline; -} - -.global-footer_wrp .row-number-3 a[role="menuitem"] { - font-size: 18px; -} - -.global-footer_wrp .hs-menu-flow-vertical a[role="menuitem"] { - padding: 6px 0; -} - -.global-footer_wrp .hs-menu-flow-horizontal ul[role="menu"] { - display: flex; - justify-content: flex-start; - gap: 30px; -} - -article img { - -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 60px 100%, 0 calc(100% - 60px)) !important; - clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 60px 100%, 0 calc(100% - 60px)) !important; -} - -.affix h5 { - /* override fixed size and use hs theme --font-size variable */ - font-size: var(--hub-font-size-to-rem); -} - -/* -.breadcrumb { - font-size: inherit; -} -*/ - -@media (min-width: 992px) { - .global-footer_wrp - .row - .col:first-child - .hs-menu-flow-horizontal - ul[role="menu"] { - justify-content: flex-start; - } - - .global-footer_wrp - .row-number-2 - .col:last-child - ul[role="menu"] { - justify-content: flex-end; - } -} - -@media (max-width: 991.98px) { - .global-footer_wrp .hs-menu-flow-horizontal ul[role="menu"] { - justify-content: flex-start; - flex-direction: column; - } -} diff --git a/templates/tabulareditor/src/main.js b/templates/tabulareditor/src/main.js deleted file mode 100644 index 839ad7d9..00000000 --- a/templates/tabulareditor/src/main.js +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -export default {} diff --git a/templates/tabulareditor/src/markdown.scss b/templates/tabulareditor/src/markdown.scss deleted file mode 100644 index 23c80160..00000000 --- a/templates/tabulareditor/src/markdown.scss +++ /dev/null @@ -1,113 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@use "bootstrap/scss/bootstrap"; -@use "mixins"; - -/* External link icon */ -a.external[href]::after { - font-family: bootstrap-icons; - content: "\F1C5"; - font-size: .6rem; - margin: 0 .2em; - display: inline-block; -} - -/* Blockquote */ -blockquote { - border-style: solid; - border-width: 0 0 0 3px; - border-color: bootstrap.$secondary-border-subtle; - margin: 1.2em 0 2em; - padding: 0 .8em; - display: block -} - -@include bootstrap.color-mode(dark) { - blockquote { - border-color: bootstrap.$secondary-border-subtle-dark; - } -} - -/* Alerts */ -.alert { - break-inside: avoid; -} - -.alert h5 { - text-transform: uppercase; - font-weight: bold; - font-size: 1rem; - - &::before { - @include mixins.adjust-icon; - } -} - -.alert:not(:has(h5))>p:last-child { - margin-block-end: 0; -} - -.alert-info h5::before { - content: "\F431"; -} - -.alert-warning h5::before { - content: "\F333"; -} - -.alert-danger h5::before { - content: "\F623"; -} - -/* For Embedded Video */ -div.embeddedvideo { - padding-top: 56.25%; - position: relative; - width: 100%; - margin-bottom: 1em; -} - -div.embeddedvideo iframe { - position: absolute; - inset: 0; - width: 100%; - height: 100%; -} - -/* For code actions */ -pre { - position: relative; - - >.code-action { - display: none; - position: absolute; - top: .25rem; - right: .2rem; - - .bi-check-lg { - font-size: 1.2rem; - } - } - - &:hover { - >.code-action { - display: block; - } - } -} - -/* For tabbed content */ -.tabGroup { - margin-bottom: 1rem; - - >section { - margin: 0; - padding: 1rem; - border-top: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; - } -} diff --git a/templates/tabulareditor/src/markdown.ts b/templates/tabulareditor/src/markdown.ts deleted file mode 100644 index c8d6c4dd..00000000 --- a/templates/tabulareditor/src/markdown.ts +++ /dev/null @@ -1,463 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import { breakWord, meta, loc, options } from './helper' -import { html, render } from 'lit-html' -import { getTheme, onThemeChange } from './theme' - -/** - * Initialize markdown rendering. - */ -export async function renderMarkdown() { - renderWordBreaks() - renderTables() - renderAlerts() - renderLinks() - renderTabs() - renderCodeCopy() - - await Promise.all([ - renderClickableImage(), - renderMath(), - renderMermaid() - ]) - - onThemeChange(renderMermaid) -} - -async function renderMath() { - const math = document.querySelectorAll('.math') - if (math.length > 0) { - await import('mathjax/es5/tex-svg-full.js') - } -} - -/** - * Render mermaid diagrams. - */ -async function renderMermaid() { - const diagrams = document.querySelectorAll('pre code.lang-mermaid') - const processedDiagrams = document.querySelectorAll('pre.mermaid[data-mermaid]') - if (diagrams.length <= 0 && processedDiagrams.length <= 0) { - return - } - - const { default: mermaid } = await import('mermaid') - const theme = getTheme() === 'dark' ? 'dark' : 'default' - - // Turn off deterministic ids on re-render - const { mermaid: mermaidOptions } = await options() - mermaid.initialize(Object.assign({ startOnLoad: false, theme }, mermaidOptions)) - - const nodes = [] - diagrams.forEach(e => { - // Rerender when elements becomes visible due to https://github.com/mermaid-js/mermaid/issues/1846 - if (e.offsetParent) { - nodes.push(e.parentElement) - const code = e.innerHTML - e.parentElement.classList.add('mermaid') - e.parentElement.setAttribute('data-mermaid', code) - e.parentElement.innerHTML = code - } - }) - - processedDiagrams.forEach(e => { - if (e.offsetParent) { - e.removeAttribute('data-processed') - e.innerHTML = e.getAttribute('data-mermaid') - nodes.push(e) - } - }) - - await mermaid.run({ nodes }) -} - -/** - * Add to break long text. - */ -function renderWordBreaks() { - document.querySelectorAll('article h1,h2,h3,h4,h5,h6,.xref,.text-break').forEach(e => { - if (e.innerHTML?.trim() === e.innerText?.trim()) { - const children: (string | Node)[] = [] - for (const text of breakWord(e.innerText)) { - if (children.length > 0) { - children.push(document.createElement('wbr')) - } - children.push(text) - } - e.replaceChildren(...children) - } - }) -} - -/** - * Make images in articles clickable by wrapping the image in an anchor tag. - * The image is clickable only if its size is larger than 200x200 and it is not already been wrapped in an anchor tag. - */ -async function renderClickableImage() { - const { showLightbox } = await options() - const MIN_CLICKABLE_IMAGE_SIZE = 200 - const imageLinks = Array.from(document.querySelectorAll('article a img[src]')) - - document.querySelectorAll('article img[src]').forEach(img => { - if (shouldMakeClickable()) { - makeClickable() - } else { - img.addEventListener('load', () => { - if (shouldMakeClickable()) { - makeClickable() - } - }) - } - - function makeClickable() { - const a = document.createElement('a') - a.target = '_blank' - a.rel = 'noopener noreferrer nofollow' - - if (img.parentElement.tagName === 'PICTURE') { - const picture = img.parentElement - picture.addEventListener('click', () => { - a.href = img.currentSrc - a.click() - }) - } else { - a.href = img.src - img.replaceWith(a) - a.appendChild(img) - } - } - - function shouldMakeClickable(): boolean { - if (showLightbox) { - return showLightbox(img) - } - - return img.naturalWidth > MIN_CLICKABLE_IMAGE_SIZE && - img.naturalHeight > MIN_CLICKABLE_IMAGE_SIZE && - !imageLinks.includes(img) - } - }) -} - -/** - * Styling for tables in conceptual documents using Bootstrap. - * See http://getbootstrap.com/css/#tables - */ -function renderTables() { - document.querySelectorAll('table').forEach(table => { - table.classList.add('table', 'table-bordered', 'table-condensed') - const wrapper = document.createElement('div') - wrapper.className = 'table-responsive' - table.parentElement.insertBefore(wrapper, table) - wrapper.appendChild(table) - }) -} - -/** - * Styling for alerts. - */ -function renderAlerts() { - document.querySelectorAll('.NOTE, .TIP').forEach(e => e.classList.add('alert', 'alert-info')) - document.querySelectorAll('.WARNING').forEach(e => e.classList.add('alert', 'alert-warning')) - document.querySelectorAll('.IMPORTANT, .CAUTION').forEach(e => e.classList.add('alert', 'alert-danger')) -} - -/** - * Open external links to different host in a new window. - */ -function renderLinks() { - if (meta('docfx:disablenewtab') === 'true') { - return - } - - document.querySelectorAll('article a[href]').forEach(a => { - if (a.hostname !== window.location.hostname && a.innerText.trim() !== '') { - a.target = '_blank' - a.rel = 'noopener noreferrer nofollow' - a.classList.add('external') - } - }) -} - -/** - * Render code copy button. - */ -function renderCodeCopy() { - document.querySelectorAll('pre>code').forEach(code => { - if (code.textContent.trim().length === 0) { - return - } - - let copied = false - renderCore() - - function renderCore() { - const dom = copied - ? html`` - : html`` - render(dom, code.parentElement) - - async function copy(e) { - e.preventDefault() - await navigator.clipboard.writeText(code.innerText) - copied = true - renderCore() - setTimeout(() => { - copied = false - renderCore() - }, 1000) - } - } - }) -} - -/** - * Render tabbed content. - */ -function renderTabs() { - updateTabStyle() - - const contentAttrs = { - id: 'data-bi-id', - name: 'data-bi-name', - type: 'data-bi-type' - } - - const Tab = (function() { - function Tab(li, a, section) { - this.li = li - this.a = a - this.section = section - } - Object.defineProperty(Tab.prototype, 'tabIds', { - get: function() { return this.a.getAttribute('data-tab').split(' ') }, - enumerable: true, - configurable: true - }) - Object.defineProperty(Tab.prototype, 'condition', { - get: function() { return this.a.getAttribute('data-condition') }, - enumerable: true, - configurable: true - }) - Object.defineProperty(Tab.prototype, 'visible', { - get: function() { return !this.li.hasAttribute('hidden') }, - set: function(value) { - if (value) { - this.li.removeAttribute('hidden') - this.li.removeAttribute('aria-hidden') - } else { - this.li.setAttribute('hidden', 'hidden') - this.li.setAttribute('aria-hidden', 'true') - } - }, - enumerable: true, - configurable: true - }) - Object.defineProperty(Tab.prototype, 'selected', { - get: function() { return !this.section.hasAttribute('hidden') }, - set: function(value) { - if (value) { - this.a.setAttribute('aria-selected', 'true') - this.a.classList.add('active') - this.a.tabIndex = 0 - this.section.removeAttribute('hidden') - this.section.removeAttribute('aria-hidden') - } else { - this.a.setAttribute('aria-selected', 'false') - this.a.classList.remove('active') - this.a.tabIndex = -1 - this.section.setAttribute('hidden', 'hidden') - this.section.setAttribute('aria-hidden', 'true') - } - }, - enumerable: true, - configurable: true - }) - Tab.prototype.focus = function() { - this.a.focus() - } - return Tab - }()) - - initTabs(document.body) - - function initTabs(container) { - const queryStringTabs = readTabsQueryStringParam() - const elements = container.querySelectorAll('.tabGroup') - const state = { groups: [], selectedTabs: [] } - for (let i = 0; i < elements.length; i++) { - const group = initTabGroup(elements.item(i)) - if (!group.independent) { - updateVisibilityAndSelection(group, state) - state.groups.push(group) - } - } - container.addEventListener('click', function(event) { return handleClick(event, state) }) - if (state.groups.length === 0) { - return state - } - selectTabs(queryStringTabs) - updateTabsQueryStringParam(state) - return state - } - - function initTabGroup(element) { - const group = { - independent: element.hasAttribute('data-tab-group-independent'), - tabs: [] - } - let li = element.firstElementChild.firstElementChild - while (li) { - const a = li.firstElementChild - a.setAttribute(contentAttrs.name, 'tab') - const dataTab = a.getAttribute('data-tab').replace(/\+/g, ' ') - a.setAttribute('data-tab', dataTab) - const section = element.querySelector('[id="' + a.getAttribute('aria-controls') + '"]') - const tab = new Tab(li, a, section) - group.tabs.push(tab) - li = li.nextElementSibling - } - element.setAttribute(contentAttrs.name, 'tab-group') - element.tabGroup = group - return group - } - - function updateVisibilityAndSelection(group, state) { - let anySelected = false - let firstVisibleTab - for (let _i = 0, _a = group.tabs; _i < _a.length; _i++) { - const tab = _a[_i] - tab.visible = tab.condition === null || state.selectedTabs.indexOf(tab.condition) !== -1 - if (tab.visible) { - if (!firstVisibleTab) { - firstVisibleTab = tab - } - } - tab.selected = tab.visible && arraysIntersect(state.selectedTabs, tab.tabIds) - anySelected = anySelected || tab.selected - } - if (!anySelected) { - for (let _b = 0, _c = group.tabs; _b < _c.length; _b++) { - const tabIds = _c[_b].tabIds - for (let _d = 0, tabIds1 = tabIds; _d < tabIds1.length; _d++) { - const tabId = tabIds1[_d] - const index = state.selectedTabs.indexOf(tabId) - if (index === -1) { - continue - } - state.selectedTabs.splice(index, 1) - } - } - const tab = firstVisibleTab - tab.selected = true - state.selectedTabs.push(tab.tabIds[0]) - } - } - - function getTabInfoFromEvent(event) { - if (!(event.target instanceof HTMLElement)) { - return null - } - const anchor = event.target.closest('a[data-tab]') - if (anchor === null) { - return null - } - const tabIds = anchor.getAttribute('data-tab').split(' ') - const group = anchor.parentElement.parentElement.parentElement.tabGroup - if (group === undefined) { - return null - } - return { tabIds, group, anchor } - } - - function handleClick(event, state) { - const info = getTabInfoFromEvent(event) - if (info === null) { - return - } - event.preventDefault() - info.anchor.href = 'javascript:' - setTimeout(function() { - info.anchor.href = '#' + info.anchor.getAttribute('aria-controls') - }) - const tabIds = info.tabIds; const group = info.group - const originalTop = info.anchor.getBoundingClientRect().top - if (group.independent) { - for (let _i = 0, _a = group.tabs; _i < _a.length; _i++) { - const tab = _a[_i] - tab.selected = arraysIntersect(tab.tabIds, tabIds) - } - } else { - if (arraysIntersect(state.selectedTabs, tabIds)) { - return - } - const previousTabId = group.tabs.filter(function(t) { return t.selected })[0].tabIds[0] - state.selectedTabs.splice(state.selectedTabs.indexOf(previousTabId), 1, tabIds[0]) - for (let _b = 0, _c = state.groups; _b < _c.length; _b++) { - const group1 = _c[_b] - updateVisibilityAndSelection(group1, state) - } - updateTabsQueryStringParam(state) - } - notifyContentUpdated() - const top = info.anchor.getBoundingClientRect().top - if (top !== originalTop && event instanceof MouseEvent) { - window.scrollTo(0, window.pageYOffset + top - originalTop) - } - } - - function selectTabs(tabIds) { - for (let _i = 0, tabIds1 = tabIds; _i < tabIds1.length; _i++) { - const tabId = tabIds1[_i] - const a = document.querySelector('.tabGroup > ul > li > a[data-tab="' + tabId + '"]:not([hidden])') - if (a === null) { - return - } - a.dispatchEvent(new CustomEvent('click', { bubbles: true })) - } - } - - function readTabsQueryStringParam() { - const qs = new URLSearchParams(window.location.search) - const t = qs.get('tabs') - if (!t) { - return [] - } - return t.split(',') - } - - function updateTabsQueryStringParam(state) { - const qs = new URLSearchParams(window.location.search) - qs.set('tabs', state.selectedTabs.join()) - const url = location.protocol + '//' + location.host + location.pathname + '?' + qs.toString() + location.hash - if (location.href === url) { - return - } - history.replaceState({}, document.title, url) - } - - function arraysIntersect(a, b) { - for (let _i = 0, a1 = a; _i < a1.length; _i++) { - const itemA = a1[_i] - for (let _a = 0, b1 = b; _a < b1.length; _a++) { - const itemB = b1[_a] - if (itemA === itemB) { - return true - } - } - } - return false - } - - function updateTabStyle() { - document.querySelectorAll('div.tabGroup>ul').forEach(e => e.classList.add('nav', 'nav-tabs')) - document.querySelectorAll('div.tabGroup>ul>li').forEach(e => e.classList.add('nav-item')) - document.querySelectorAll('div.tabGroup>ul>li>a').forEach(e => e.classList.add('nav-link')) - document.querySelectorAll('div.tabGroup>section').forEach(e => e.classList.add('card')) - } - - function notifyContentUpdated() { - renderMermaid() - } -} diff --git a/templates/tabulareditor/src/mixins.scss b/templates/tabulareditor/src/mixins.scss deleted file mode 100644 index e9c806e9..00000000 --- a/templates/tabulareditor/src/mixins.scss +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@mixin adjust-icon { - font-family: bootstrap-icons; - position: relative; - margin-right: 0.5em; - top: 0.2em; - font-size: 1.25em; - font-weight: normal; - } - - @mixin underline-on-hover { - text-decoration: none; - - &:hover, &:focus { - text-decoration: underline; - } - } diff --git a/templates/tabulareditor/src/nav.scss b/templates/tabulareditor/src/nav.scss deleted file mode 100644 index 8c9f94c2..00000000 --- a/templates/tabulareditor/src/nav.scss +++ /dev/null @@ -1,169 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@use "bootstrap/scss/bootstrap"; -@use "mixins"; - -.breadcrumb { - font-size: 14px; - - a { - @include mixins.underline-on-hover; - } -} - -.next-article { - display: flex; - - &:not(:has(div)) { - border-top-width: 0; - } - - &:has(div) { - margin-top: 3rem; - padding-top: 1rem; - } - - &>div { - flex: 1; - - &.next { - text-align: right; - } - - &>span { - opacity: .66; - font-size: 14px; - } - - &>a { - display: block; - } - } -} - -.navbar { - padding: 0; - - .navbar-brand { - display: flex; - align-items: center; - } - - .navbar-nav { - display: flex; - flex-wrap: nowrap; - } - - #navbar { - display: flex; - flex: 1; - justify-content: flex-start; - - li { - margin-left: 24px; - } - li:first-child { - margin-left: 0; - } - - form { - display: flex; - position: relative; - align-items: center; - - >i.bi { - position: absolute; - left: .8rem; - opacity: .5; - } - - >input { - padding-left: 2.5rem; - } - - &.search { - order: 50; - } - - &.icons { - margin-left: auto; - } - } - } - - @include bootstrap.media-breakpoint-down(md) { - #navbar { - flex-direction: column; - align-items: flex-start; - - form { - margin: 1rem 0 0; - - &.search { - align-self: stretch; - order: 30; - } - - &.icons { - align-self: center; - order: 40; - margin: 1rem 0; - } - } - } - } -} - -.affix { - font-size: 14px; - - h5 { - display: inline-block; - font-weight: 300; - text-transform: uppercase; - padding: 1em 0 .5em; - font-size: 14px; - letter-spacing: 2px; - } - - h6 { - font-size: 14px; - } - - ul { - flex-direction: column; - list-style-type: none; - padding-left: 0; - margin-left: 0; - - h6 { - margin-top: 1rem; - } - - li { - margin: .4rem 0; - - a { - @include mixins.underline-on-hover; - } - } - } -} - -.contribution { - margin-top: 2rem; - - a.edit-link { - @include mixins.underline-on-hover; - - &::before { - content: "\F4CA"; - display: inline-block; - - @include mixins.adjust-icon; - } - } -} diff --git a/templates/tabulareditor/src/nav.ts b/templates/tabulareditor/src/nav.ts deleted file mode 100644 index 5fd8a3f7..00000000 --- a/templates/tabulareditor/src/nav.ts +++ /dev/null @@ -1,153 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import AnchorJs from 'anchor-js' -import { render, html, TemplateResult } from 'lit-html' -import { breakWordLit, meta, isExternalHref, loc, options } from './helper' -import { themePicker } from './theme' -import { TocNode } from './toc' - -export type NavItem = { - name: string - href: URL -} - -export type NavItemContainer = { - name: string - items: NavItem[] -} - -/** - * @returns active navbar items - */ -export async function renderNavbar(): Promise { - const navbar = document.getElementById('navbar') - if (!navbar) { - return [] - } - - const { iconLinks } = await options() - const navItems = await loadNavItems() - const activeItem = findActiveItem(navItems) - - const menuItem = item => { - const current = (item === activeItem ? 'page' : false) - const active = (item === activeItem ? 'active' : null) - return html`` - } - - const menu = html` - ` - - async function renderCore() { - /*const icons = html` -
- ${iconLinks?.map(i => html``)} - ${await themePicker(renderCore)} -
`*/ - const icons = html`` - - render(html`${menu} ${icons}`, navbar) - } - - await renderCore() - - return activeItem ? [activeItem] : [] - - async function loadNavItems(): Promise<(NavItem | NavItemContainer)[]> { - const navrel = meta('docfx:navrel') - if (!navrel) { - return [] - } - - const navUrl = new URL(navrel.replace(/.html$/gi, '.json'), window.location.href) - const { items } = await fetch(navUrl).then(res => res.json()) - return items.map((a: NavItem | NavItemContainer) => { - if ('items' in a) { - return { name: a.name, items: a.items.map(i => ({ name: i.name, href: new URL(i.href, navUrl) })) } - } - return { name: a.name, href: new URL(a.href, navUrl) } - }) - } -} - -export function renderBreadcrumb(breadcrumb: (NavItem | TocNode)[]) { - const container = document.getElementById('breadcrumb') - if (container) { - render( - html` - `, - container) - } -} - -export async function renderInThisArticle() { - await renderAnchors() - const affix = document.getElementById('affix') - if (affix) { - render(inThisArticle(), affix) - } -} - -async function renderAnchors() { - const anchors = new AnchorJs() - const { anchors: anchorsOptions } = await options() - anchors.options = Object.assign({ - visible: 'hover', - icon: '#' - }, anchorsOptions) - - anchors.add('article h2:not(.no-anchor), article h3:not(.no-anchor), article h4:not(.no-anchor)') - - /* eslint-disable no-self-assign */ - if (location.hash) { - location.href = location.href - } -} - -function inThisArticle(): TemplateResult { - const headings = Array.from(document.querySelectorAll('article h2, article h3')) - - if (headings.length > 0) { - return html` -
${loc('inThisArticle')}
- ` - } -} - -function findActiveItem(items: (NavItem | NavItemContainer)[]): NavItem { - const url = new URL(window.location.href) - let activeItem: NavItem - let maxPrefix = 0 - for (const item of items.map(i => 'items' in i ? i.items : i).flat()) { - if (isExternalHref(item.href)) { - continue - } - const prefix = commonUrlPrefix(url, item.href) - if (prefix === maxPrefix) { - activeItem = undefined - } else if (prefix > maxPrefix) { - maxPrefix = prefix - activeItem = item - } - } - return activeItem -} - -function commonUrlPrefix(url: URL, base: URL): number { - const urlSegments = url.pathname.split('/') - const baseSegments = base.pathname.split('/') - let i = 0 - while (i < urlSegments.length && i < baseSegments.length && urlSegments[i] === baseSegments[i]) { - i++ - } - return i -} diff --git a/templates/tabulareditor/src/options.d.ts b/templates/tabulareditor/src/options.d.ts deleted file mode 100644 index 8e48afde..00000000 --- a/templates/tabulareditor/src/options.d.ts +++ /dev/null @@ -1,49 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import BootstrapIcons from 'bootstrap-icons/font/bootstrap-icons.json' -import { HLJSApi } from 'highlight.js' -import { AnchorJSOptions } from 'anchor-js' -import { MermaidConfig } from 'mermaid' - -export type Theme = 'light' | 'dark' | 'auto' - -export type IconLink = { - /** A [bootstrap-icons](https://icons.getbootstrap.com/) name */ - icon: keyof typeof BootstrapIcons, - - /** The URL of this icon link */ - href: string, - - /** The title of this icon link shown on mouse hover */ - title?: string -} - -/** - * Enables customization of the website through the global `window.docfx` object. - */ -export type DocfxOptions = { - /** Configures the default theme */ - defaultTheme?: Theme, - - /** A list of icons to show in the header next to the theme picker */ - iconLinks?: IconLink[], - - /** Configures [anchor-js](https://www.bryanbraun.com/anchorjs#options) options */ - anchors?: AnchorJSOptions, - - /** Configures mermaid diagram options */ - mermaid?: MermaidConfig, - - /** A list of [lunr languages](https://github.com/MihaiValentin/lunr-languages#readme) such as fr, es for full text search */ - lunrLanguages?: string[], - - /** Hooks to app start event */ - start?: () => void, - - /** Configures [hightlight.js](https://highlightjs.org/) */ - configureHljs?: (hljs: HLJSApi) => void, - - /** Specifies if an image should show as lightbox when clicked. */ - showLightbox?: (image: HTMLImageElement) => boolean, -} diff --git a/templates/tabulareditor/src/search-worker.ts b/templates/tabulareditor/src/search-worker.ts deleted file mode 100644 index acaeee14..00000000 --- a/templates/tabulareditor/src/search-worker.ts +++ /dev/null @@ -1,117 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import lunr from 'lunr' -import stemmer from 'lunr-languages/lunr.stemmer.support' -import tinyseg from 'lunr-languages/tinyseg' -import multi from 'lunr-languages/lunr.multi' -import { get, set, createStore } from 'idb-keyval' - -type SearchHit = { - href: string - title: string - keywords: string -} - -let search: (q: string) => SearchHit[] - -async function loadIndex({ lunrLanguages }: { lunrLanguages?: string[] }) { - const { index, data } = await loadIndexCore() - search = q => index.search(q).map(({ ref }) => data[ref]) - postMessage({ e: 'index-ready' }) - - async function loadIndexCore() { - const res = await fetch('../index.json') - const etag = res.headers.get('etag') - const data = await res.json() as { [key: string]: SearchHit } - const cache = createStore('docfx', 'lunr') - - if (lunrLanguages && lunrLanguages.length > 0) { - multi(lunr) - stemmer(lunr) - if (lunrLanguages.includes('ja')) { - tinyseg(lunr) - } - await Promise.all(lunrLanguages.map(initLanguage)) - } - - if (etag) { - const value = JSON.parse(await get('index', cache) || '{}') - if (value && value.etag === etag) { - return { index: lunr.Index.load(value), data } - } - } - - const index = lunr(function() { - lunr.tokenizer.separator = /[\s\-.()]+/ - - this.ref('href') - this.field('title', { boost: 50 }) - this.field('keywords', { boost: 20 }) - - if (lunrLanguages && lunrLanguages.length > 0) { - this.use(lunr.multiLanguage(...lunrLanguages)) - } - - for (const key in data) { - this.add(data[key]) - } - }) - - if (etag) { - await set('index', JSON.stringify(Object.assign(index.toJSON(), { etag })), cache) - } - - return { index, data } - } -} - -onmessage = function(e) { - if (e.data.q && search) { - postMessage({ e: 'query-ready', d: search(e.data.q) }) - } else if (e.data.init) { - loadIndex(e.data.init).catch(console.error) - } -} - -const langMap = { - ar: () => import('lunr-languages/lunr.ar.js'), - da: () => import('lunr-languages/lunr.da.js'), - de: () => import('lunr-languages/lunr.de.js'), - du: () => import('lunr-languages/lunr.du.js'), - el: () => import('lunr-languages/lunr.el.js'), - es: () => import('lunr-languages/lunr.es.js'), - fi: () => import('lunr-languages/lunr.fi.js'), - fr: () => import('lunr-languages/lunr.fr.js'), - he: () => import('lunr-languages/lunr.he.js'), - hi: () => import('lunr-languages/lunr.hi.js'), - hu: () => import('lunr-languages/lunr.hu.js'), - hy: () => import('lunr-languages/lunr.hy.js'), - it: () => import('lunr-languages/lunr.it.js'), - ja: () => import('lunr-languages/lunr.ja.js'), - jp: () => import('lunr-languages/lunr.jp.js'), - kn: () => import('lunr-languages/lunr.kn.js'), - ko: () => import('lunr-languages/lunr.ko.js'), - nl: () => import('lunr-languages/lunr.nl.js'), - no: () => import('lunr-languages/lunr.no.js'), - pt: () => import('lunr-languages/lunr.pt.js'), - ro: () => import('lunr-languages/lunr.ro.js'), - ru: () => import('lunr-languages/lunr.ru.js'), - sa: () => import('lunr-languages/lunr.sa.js'), - sv: () => import('lunr-languages/lunr.sv.js'), - ta: () => import('lunr-languages/lunr.ta.js'), - te: () => import('lunr-languages/lunr.te.js'), - th: () => import('lunr-languages/lunr.th.js'), - tr: () => import('lunr-languages/lunr.tr.js'), - vi: () => import('lunr-languages/lunr.vi.js') - - // zh is currently not supported due to dependency on NodeJS. - // zh: () => import('lunr-languages/lunr.zh.js') -} - -async function initLanguage(lang: string) { - if (lang !== 'en') { - const { default: init } = await langMap[lang]() - init(lunr) - } -} diff --git a/templates/tabulareditor/src/search.scss b/templates/tabulareditor/src/search.scss deleted file mode 100644 index a385445e..00000000 --- a/templates/tabulareditor/src/search.scss +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@use "bootstrap/scss/bootstrap"; - -#search-results { - line-height: 1.8; - - >.search-list { - font-size: .9em; - color: bootstrap.$secondary; - } - - >.sr-items { - flex: 1; - - .sr-item { - margin-bottom: 1.5em; - - >.item-title { - font-size: x-large; - } - - >.item-href { - color: #093; - font-size: small; - } - - >.item-brief { - font-size: small; - } - } - } -} diff --git a/templates/tabulareditor/src/search.ts b/templates/tabulareditor/src/search.ts deleted file mode 100644 index aef1c540..00000000 --- a/templates/tabulareditor/src/search.ts +++ /dev/null @@ -1,183 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import { loc, meta, options } from './helper' -import { html, render, TemplateResult } from 'lit-html' -import { classMap } from 'lit-html/directives/class-map.js' - -type SearchHit = { - href: string - title: string - keywords: string -} - -let query - -/** - * Support full-text-search - */ -export async function enableSearch() { - const searchQuery = document.getElementById('search-query') as HTMLInputElement - if (!searchQuery || !window.Worker) { - return - } - - const relHref = meta('docfx:rel') || '' - const worker = new Worker(relHref + 'public/search-worker.min.js', { type: 'module' }) - - worker.onerror = event => { - console.error('Error occurred at search-worker. message: ' + event.message) - } - - worker.onmessage = function(oEvent) { - switch (oEvent.data.e) { - case 'index-ready': - searchQuery.disabled = false - searchQuery.addEventListener('input', onSearchQueryInput) - window.docfx.searchReady = true - break - case 'query-ready': - document.body.setAttribute('data-search', 'true') - renderSearchResults(oEvent.data.d, 0) - window.docfx.searchResultReady = true - if (searchQuery.value === '') { - document.body.removeAttribute('data-search') - } - break - } - } - - const { lunrLanguages } = await options() - worker.postMessage({ init: { lunrLanguages } }) - - function onSearchQueryInput() { - query = searchQuery.value - - if (query === '') { - document.body.removeAttribute('data-search') - } else { - worker.postMessage({ q: query }) - } - } - - function relativeUrlToAbsoluteUrl(currentUrl, relativeUrl) { - const currentItems = currentUrl.split(/\/+/) - const relativeItems = relativeUrl.split(/\/+/) - let depth = currentItems.length - 1 - const items = [] - for (let i = 0; i < relativeItems.length; i++) { - if (relativeItems[i] === '..') { - depth-- - } else if (relativeItems[i] !== '.') { - items.push(relativeItems[i]) - } - } - return currentItems.slice(0, depth).concat(items).join('/') - } - - function extractContentBrief(content) { - const briefOffset = 512 - const words = query.split(/\s+/g) - const queryIndex = content.indexOf(words[0]) - if (queryIndex > briefOffset) { - return '...' + content.slice(queryIndex - briefOffset, queryIndex + briefOffset) + '...' - } else if (queryIndex <= briefOffset) { - return content.slice(0, queryIndex + briefOffset) + '...' - } - } - - function renderSearchResults(hits: SearchHit[], page: number) { - const numPerPage = 10 - const totalPages = Math.ceil(hits.length / numPerPage) - - render( - renderPage(page), - document.getElementById('search-results')) - - function renderPage(page: number): TemplateResult { - if (hits.length === 0) { - return html`
${loc('searchNoResults', { query })}
` - } - - const start = page * numPerPage - const curHits = hits.slice(start, start + numPerPage) - - const items = html` -
${loc('searchResultsCount', { count: hits.length.toString(), query })}
-
${curHits.map(hit => { - const currentUrl = window.location.href - const itemRawHref = relativeUrlToAbsoluteUrl(currentUrl, relHref + hit.href) - const itemHref = relHref + hit.href + '?q=' + query - const itemBrief = extractContentBrief(hit.keywords) - - return html` -
- -
${mark(itemRawHref, query)}
-
${mark(itemBrief, query)}
-
` - })} -
` - - return html`${items} ${renderPagination()}` - } - - function renderPagination() { - const maxVisiblePages = 5 - const startPage = Math.max(0, Math.min(page - 2, totalPages - maxVisiblePages)) - const endPage = Math.min(totalPages, startPage + maxVisiblePages) - const pages = Array.from(new Array(endPage - startPage).keys()).map(i => i + startPage) - - if (pages.length <= 1) { - return null - } - - return html` - ` - - function gotoPage(page: number) { - if (page >= 0 && page < totalPages) { - renderSearchResults(hits, page) - } - } - } - } -} - -function mark(text: string, query: string): TemplateResult { - const words = query.split(/\s+/g) - const wordsLower = words.map(w => w.toLowerCase()) - const textLower = text.toLowerCase() - const result = [] - let lastEnd = 0 - for (let i = 0; i < wordsLower.length; i++) { - const word = wordsLower[i] - const index = textLower.indexOf(word, lastEnd) - if (index >= 0) { - result.push(html`${text.slice(lastEnd, index)}`) - result.push(html`${text.slice(index, index + word.length)}`) - lastEnd = index + word.length - } - } - result.push(html`${text.slice(lastEnd)}`) - return html`${result}` -} diff --git a/templates/tabulareditor/src/theme.ts b/templates/tabulareditor/src/theme.ts deleted file mode 100644 index 77d5b2bd..00000000 --- a/templates/tabulareditor/src/theme.ts +++ /dev/null @@ -1,55 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import { html } from 'lit-html' -import { Theme } from './options' -import { loc, options } from './helper' - -function setTheme(theme: Theme) { - localStorage.setItem('theme', theme) - if (theme === 'auto') { - document.documentElement.setAttribute('data-bs-theme', window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') - } else { - document.documentElement.setAttribute('data-bs-theme', theme) - } -} - -async function getDefaultTheme() { - return localStorage.getItem('theme') as Theme || (await options()).defaultTheme || 'auto' -} - -export async function initTheme() { - setTheme(await getDefaultTheme()) -} - -export function onThemeChange(callback: (theme: 'light' | 'dark') => void) { - return new MutationObserver(() => callback(getTheme())) - .observe(document.documentElement, { attributes: true, attributeFilter: ['data-bs-theme'] }) -} - -export function getTheme(): 'light' | 'dark' { - return document.documentElement.getAttribute('data-bs-theme') as 'light' | 'dark' -} - -export async function themePicker(refresh: () => void) { - const theme = await getDefaultTheme() - const icon = theme === 'light' ? 'sun' : theme === 'dark' ? 'moon' : 'circle-half' - - return html` - ` - - function changeTheme(e, theme: Theme) { - e.preventDefault() - setTheme(theme) - refresh() - } -} diff --git a/templates/tabulareditor/src/toc.scss b/templates/tabulareditor/src/toc.scss deleted file mode 100644 index 70a7a03a..00000000 --- a/templates/tabulareditor/src/toc.scss +++ /dev/null @@ -1,109 +0,0 @@ -/** - * Licensed to the .NET Foundation under one or more agreements. - * The .NET Foundation licenses this file to you under the MIT license. - */ - -@use "bootstrap/scss/bootstrap"; -@use "mixins"; - -$expand-stub-width: .85rem; - -.toc { - min-width: 0; - width: 100%; - height: 100%; - display: flex; - flex-direction: column; - - ul { - font-size: 14px; - flex-direction: column; - list-style-type: none; - padding-left: 0; - overflow-wrap: break-word; - } - - li { - font-weight: normal; - margin: .6em 0; - padding-left: $expand-stub-width; - position: relative; - } - - li > a { - display: inline; - - @include mixins.underline-on-hover; - } - - li > ul { - display: none; - } - - li.expanded > ul { - display: block; - } - - .expand-stub::before { - display: inline-block; - width: $expand-stub-width; - cursor: pointer; - font-family: bootstrap-icons; - font-size: .8em; - content: "\F285"; - position: absolute; - margin-top: .2em; - margin-left: -$expand-stub-width; - transition: transform 0.35s ease; - transform-origin: .5em 50%; - - @media (prefers-reduced-motion) { - & { - transition: none; - } - } - } - - li.expanded > .expand-stub::before { - transform: rotate(90deg); - } - - span.name-only { - font-weight: 600; - display: inline-block; - margin: .4rem 0; - } - - form.filter { - display: flex; - position: relative; - align-items: center; - margin-bottom: .5rem; - - >i.bi { - position: absolute; - left: .6rem; - opacity: .5; - } - - >input { - padding-left: 2rem; - } - } - - >.no-result { - font-size: .9em; - color: bootstrap.$secondary; - } - - a.pdf-link { - @include mixins.underline-on-hover; - - &::before { - content: "\F756"; - display: inline-block; - - @include mixins.adjust-icon; - } - } -} diff --git a/templates/tabulareditor/src/toc.ts b/templates/tabulareditor/src/toc.ts deleted file mode 100644 index 2d2904cd..00000000 --- a/templates/tabulareditor/src/toc.ts +++ /dev/null @@ -1,197 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -import { TemplateResult, html, render } from 'lit-html' -import { classMap } from 'lit-html/directives/class-map.js' -import { breakWordLit, meta, isExternalHref, loc, isSameURL } from './helper' - -export type TocNode = { - name?: string - href?: string - expanded?: boolean - items?: TocNode[] -} - -/** - * @returns active TOC nodes - */ -export async function renderToc(): Promise { - const tocrel = meta('docfx:tocrel') - if (!tocrel) { - return [] - } - - const disableTocFilter = meta('docfx:disabletocfilter') === 'true' - - const tocUrl = new URL(tocrel.replace(/.html$/gi, '.json'), window.location.href) - const { items, pdf, pdfFileName } = await (await fetch(tocUrl)).json() - - const tocFilterUrl = disableTocFilter ? '' : (localStorage?.getItem('tocFilterUrl') || '') - let tocFilter = disableTocFilter ? '' : (localStorage?.getItem('tocFilter') || '') - - if (tocFilterUrl === '' || tocFilterUrl !== tocUrl.toString()) { - tocFilter = '' - if (!disableTocFilter) { - localStorage?.setItem('tocFilter', '') - localStorage?.setItem('tocFilterUrl', tocUrl.toString()) - } - } - - const activeNodes = [] - const selectedNodes = [] - items.forEach(initTocNodes) - - const tocContainer = document.getElementById('toc') - if (tocContainer) { - renderToc() - - const activeElements = tocContainer.querySelectorAll('li.active') - const lastActiveElement = activeElements[activeElements.length - 1] - if (lastActiveElement) { - lastActiveElement.scrollIntoView({ block: 'nearest' }) - /* eslint-disable no-self-assign */ - if (location.hash) { - location.href = location.href - } - } - } - - if (selectedNodes.length > 0) { - renderNextArticle(items, selectedNodes[0]) - } - - return activeNodes.slice(0, -1) - - function initTocNodes(node: TocNode): boolean { - let active - if (node.href) { - const url = new URL(node.href, tocUrl) - node.href = url.href - active = isExternalHref(url) ? false : isSameURL(url, window.location) - if (active) { - if (node.items) { - node.expanded = true - } - selectedNodes.push(node) - } - } - - if (node.items) { - for (const child of node.items) { - if (initTocNodes(child)) { - active = true - node.expanded = true - } - } - } - - if (active) { - activeNodes.unshift(node) - return true - } - return false - } - - function renderToc() { - render(html` - ${renderTocFilter()} -
${renderTocNodes(items) || renderNoFilterResult()}
- ${renderDownloadPdf()}`, tocContainer) - } - - function renderTocNodes(nodes: TocNode[]): TemplateResult { - const result = nodes.map(node => { - const { href, name, items, expanded } = node - if (!name) { - return null - } - - const isLeaf = !items || items.length <= 0 - - const children = isLeaf ? null : renderTocNodes(items) - if (tocFilter !== '' && !children && !name.toLowerCase().includes(tocFilter.toLowerCase())) { - return null - } - - const dom = href - ? html`${breakWordLit(name)}` - : (isLeaf - ? html`${breakWordLit(name)}` - : html`${breakWordLit(name)}`) - - const isExpanded = (tocFilter !== '' && expanded !== false && children != null) || expanded === true - - return html` -
  • - ${isLeaf ? null : html``} - ${dom} - ${children} -
  • ` - - function toggleExpand(e) { - e.preventDefault() - node.expanded = !isExpanded - renderToc() - } - }).filter(node => node) - - return result.length > 0 ? html`
      ${result}
    ` : null - } - - function renderTocFilter(): TemplateResult { - return disableTocFilter - ? null - : html` -
    - - -
    ` - - function filterToc(e: Event) { - tocFilter = (e.target).value.trim() - localStorage?.setItem('tocFilter', tocFilter) - renderToc() - } - } - - function renderNoFilterResult(): TemplateResult { - return tocFilter === '' ? null : html`
    ${loc('searchNoResults', { query: tocFilter })}
    ` - } - - function renderDownloadPdf(): TemplateResult { - return pdf ? html`` : null - } -} - -function renderNextArticle(items: TocNode[], node: TocNode) { - const nextArticle = document.getElementById('nextArticle') - if (!nextArticle) { - return - } - - const tocNodes = flattenTocNodesWithHref(items) - const i = tocNodes.findIndex(n => n === node) - const prev = tocNodes[i - 1] - const next = tocNodes[i + 1] - if (!prev && !next) { - return - } - - const prevButton = prev ? html`` : null - const nextButton = next ? html`` : null - - render(html`${prevButton} ${nextButton}`, nextArticle) - - function flattenTocNodesWithHref(items: TocNode[]) { - const result = [] - for (const item of items) { - if (item.href) { - result.push(item) - } - if (item.items) { - result.push(...flattenTocNodesWithHref(item.items)) - } - } - return result - } -} diff --git a/templates/tabulareditor/tools/extract-theme-settings.js b/templates/tabulareditor/tools/extract-theme-settings.js deleted file mode 100644 index fb02934c..00000000 --- a/templates/tabulareditor/tools/extract-theme-settings.js +++ /dev/null @@ -1,139 +0,0 @@ -const fs = require("fs"); -const path = require("path"); - -/** - * Adds theme settings to the specified path within the theme_settings object. - * - * @param {Object} theme_settings - The object to which the theme settings will be added. - * @param {Array} path - An array representing the path where the theme setting should be added. - * @param {*} element - The theme setting value to be added at the specified path. - */ -const addThemeSettings = ( - theme_settings, - path, - element -) => { - // if (element) { - if (path.length > 0) { - let current = theme_settings; - for (let i = 0; i < path.length - 1; i++) { - if (!current[path[i]]) { - current[path[i]] = {}; - } - current = current[path[i]]; - } - current[path[path.length - 1]] = element; - console.info(`Include variable "${path.join('.')}" (${element})`); - } - // } else { - // console.warn(`Exclude empty variable "${path.join('.')}" (${element})`); - // } -}; - -/** - * Recursively parses the children of a given element and updates the theme settings. - * - * @param {Object} theme_settings - The object to store the parsed theme settings. - * @param {Array} path - The current path of element names being traversed. - * @param {Object} element - The current element being parsed. - * @param {string} [element.name] - The name of the current element. - * @param {Array} [element.children] - The children of the current element. - * @param {*} [element.default] - The default value of the current element. - */ -const parseChildrenRecursive = (theme_settings, path, element) => { - const name = element.name ?? ""; - const children = element.children ?? []; - path.push(name); - if (children.length) { - for (const child of children) { - parseChildrenRecursive(theme_settings, path, child); - } - } else { - parseElementValueRecursive(theme_settings, path, element.default); - } - path.pop(); - return; -}; - - -/** - * Recursively parses the value of an element and adds it to the theme settings. - * - * @param {Object} theme_settings - The object to store the parsed theme settings. - * @param {Array} path - The current path of properties being traversed. - * @param {Object|any} element - The current element being parsed. If it's an object, the function will recurse into its properties. - */ -const parseElementValueRecursive = (theme_settings, path, element) => { - if (element && typeof element === "object") { - for (const propertyName in element) { - if (element.hasOwnProperty(propertyName)) { - const subElement = element[propertyName]; - path.push(propertyName); - parseElementValueRecursive(theme_settings, path, subElement); - path.pop(); - } else { - console.error(`Unknown propertyName "${propertyName}"`); - } - } - } else { - addThemeSettings(theme_settings, path, element); - } -}; - - -// Define the path to the JSON file -const filePath = path.join(__dirname, "hs-developer-info.json"); - -// Read the file -fs.readFile(filePath, "utf8", (err, data) => { - if (err) { - console.error("Error reading file:", err); - return; - } - // Extract information from the JSON data - let theme_settings = {}; - try { - // Parse the JSON data - const jsonData = JSON.parse(data); - const theme_meta = jsonData.theme_meta.fields; - if (!theme_meta) { - console.error("No theme_meta found in JSON data"); - return; - } - for (const key in theme_meta) { - if (theme_meta.hasOwnProperty(key)) { - const section = theme_meta[key]; - const sectionName = section.name; - parseChildrenRecursive(theme_settings, [], section); - } - } - - // console.log('Extracted theme_settings:', JSON.stringify(theme_settings)); - const outputFilePath = path.join(__dirname, "../src/hubspot/theme_variables.scss"); - const outputStream = fs.createWriteStream(outputFilePath); - - const outputThemeSettings = (obj, prefix = "") => { - for (const key in obj) { - if (obj.hasOwnProperty(key)) { - const value = obj[key]; - const newPrefix = prefix ? `${prefix}-${key}` : key; - if (typeof value === "object" && value !== null) { - outputThemeSettings(value, newPrefix); - } else { - if (typeof value === "string" && value.includes(" ")) { - outputStream.write(`$theme-${newPrefix}: '${value}';\n`); - } else { - outputStream.write(`$theme-${newPrefix}: ${value};\n`); - } - } - } - } - }; - outputThemeSettings(theme_settings); - outputStream.end(() => { - console.log(`\nTheme settings have been written to file "${outputFilePath}"`); - }); - } catch (parseErr) { - console.error("Error parsing JSON:", parseErr); - } -}); diff --git a/templates/tabulareditor/tools/hs-developer-info.json b/templates/tabulareditor/tools/hs-developer-info.json deleted file mode 100644 index 3c37a181..00000000 --- a/templates/tabulareditor/tools/hs-developer-info.json +++ /dev/null @@ -1,26065 +0,0 @@ -{ - "content_category_id": 4, - "company_can_spam_info": "", - "is_ungated_for_projects": true, - "url_attribute_mapping": { - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961843/1736251864042/template_sections.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194393184472/1736251861913/template_splide.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194387751133/1736251864681/template_splide-autoscroll.min.js": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194393146580/1736251871804/template_bootstrap.min.js": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961827/1736251867108/template_global-theme-settings.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961842/1736251861626/template_print.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hub/143610164/hub_generated/template_assets/86864877796/1734006644777/tabulareditor-nimbly-lite-child-2024/css/base.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194387751137/1736251864306/template_custom.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961824/1736251865922/template_splide-intersection.min.js": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194387751151/1736251866735/template_unicard.min.css": [], - "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194393184475/1736251868802/template_splide.min.js": [] - }, - "custom_fonts": [], - "company_without_defaults": { - - }, - "layout_assets": [], - "customer_portal": { - "support_form_guid": "", - "page_title": "", - "link_to_kb": "/", - "enabled": false, - "ticket_visibility": "PERSONAL", - "header_menu_id": 84954968771, - "form_menu_text": "File a Support Ticket", - "ticket_stages_display_type": "OPEN_OR_CLOSED" - }, - "buffer_mode": { - "prev_str": "", - "is_content_buffer": true, - "is_public_preview": false, - "is_template_buffer": false, - "is_logged_in": false, - "is_site_settings_buffer": false, - "is_template_preview": false, - "is_test_send": false, - "is_pre_publish_validation": false, - "is_css_preview": false, - "is_pre_processed_template": false, - "is_password_validated": false, - "is_pass_through_mergetags": false, - "is_plain_text": false, - "is_default_smart_content": false, - "is_validated_member": false, - "is_gmail_clipped_version": false, - "is_search_results_page": false, - "preview": true, - "global_content_preview": false, - "render_membership_tokens": false, - "render_sms_sample": false, - "estimate_email_size": false - }, - "hs_region": "eu1", - "content_group": { - "id": null, - "portal_id": null, - "site_id": null, - "name": "tehome", - "category_id": null, - "deleted_at": null, - "created": null, - "created_date_time": null, - "updated": null, - "updated_date_time": null, - "language": null, - "translated_from_id": null, - "domain": null, - "resolved_domain": null, - "state": null, - "absolute_url": null, - "live_domain": null, - "translations": { - - }, - "listing_page_id": null, - "business_unit_id": null, - "header": null, - "title": null, - "cos_object_type": "CONTENT_GROUP", - "attached_stylesheets": [], - "slug": "", - "public_access_rules_enabled": false, - "public_access_rules": [], - "show_summary_in_emails": false, - "use_featured_image_in_summary": true, - "html_title": "TEHome", - "legacy_tab_id": null, - "date_formatting_language": null, - "url_segments": { - - }, - "analytics_page_id": null, - "public_title": "", - "html_head": "", - "html_head_is_shared": true, - "post_html_head": "", - "html_footer": "", - "html_footer_is_shared": true, - "post_html_footer": "", - "html_keywords": [ - "" - ], - "posts_per_listing_page": 10, - "posts_per_rss_feed": 10, - "allow_comments": true, - "close_comments_older": 0, - "comment_moderation": false, - "comment_notification_emails": [], - "comment_verification_text": "", - "captcha_always": false, - "captcha_after_days": 7, - "item_layout_id": null, - "item_template_path": "", - "listing_layout_id": null, - "listing_template_path": "", - "item_template_is_shared": true, - "uses_default_template": false, - "default_group_style_id": "", - "show_summary_in_listing": false, - "show_summary_in_rss": false, - "show_social_link_twitter": false, - "show_social_link_facebook": false, - "show_social_link_linkedin": false, - "default_notification_reply_to": "", - "default_notification_from_name": "", - "subscription_contacts_property": null, - "subscription_lists_by_type": { - - }, - "subscription_form_guid": null, - "subscription_email_type": null, - "email_api_subscription_id": null, - "instant_notification_email_id": null, - "daily_notification_email_id": null, - "weekly_notification_email_id": null, - "monthly_notification_email_id": null, - "enable_social_auto_publishing": false, - "enable_google_amp_output": false, - "social_account_twitter": "", - "publish_date_format": "medium", - "comment_form_guid": "", - "comment_date_format": "medium", - "comment_max_thread_depth": 1, - "month_filter_format": "MMMM yyyy", - "rss_custom_feed": null, - "rss_description": null, - "rss_item_header": null, - "rss_item_footer": null, - "legacy_module_id": null, - "legacy_guid": null, - "amp_header_color": "#1e1e1e", - "amp_header_background_color": "#ffffff", - "amp_body_color": "#404040", - "amp_link_color": "#416bb3", - "amp_header_font": "'Helvetica Neue', Helvetica, Arial, sans-serif", - "amp_header_font_size": "36", - "amp_body_font": "'Helvetica Neue', Helvetica, Arial, sans-serif", - "amp_body_font_size": "18", - "amp_logo_src": "", - "amp_logo_alt": "", - "amp_logo_height": 0, - "amp_logo_width": 0, - "amp_custom_css": "", - "generate_json_ld_enabled": false, - "url_base": "", - "ils_subscription_lists_by_type": { - - }, - "description": "", - "label": "tehome", - "cdn_purge_embargo_time": null, - "audience_access": "PUBLIC" - }, - "contact": { - - }, - "google_fonts": { - "Poppins": [ - "regular", - "700" - ], - "Albert Sans": [ - "500", - "regular" - ] - }, - "VersionID": "000.0", - "custom_head_html": "", - "theme_preview_mode": false, - "hs_script_loader_id": "hs-script-loader", - "portal_id": 143610164, - "owner": { - - }, - "company_name": "", - "font_metas": { - "custom-font-2": "", - "custom-font-1": "" - }, - "wrap_field_tag": "span", - "master_language": null, - "js_footer_assets": { - "type": "JS_FOOTER", - "assets": [ - { - "type": "INLINE_JS", - "snippet": "var hsVars = hsVars || {}; hsVars['language'] = 'en';\n", - "priority": 0 - }, - { - "type": "JS", - "url": "https://static.hsappstatic.net/cos-i18n/static-1.53/bundles/project.js", - "priority": 0, - "script_attributes": { - "defer": false, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - }, - { - "type": "JS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hub/143610164/hub_generated/module_assets/194387751113/1734347872422/module_194387751113_site-header.min.js", - "priority": 0, - "script_attributes": { - "defer": false, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - }, - { - "type": "JS", - "url": "https://static.hsappstatic.net/video-embed/ex/loader.js", - "priority": 0, - "script_attributes": { - "defer": false, - "async": true, - "type": null, - "data_cookie_consent": null, - "attributes": { - "data-hs-portal-id": "143610164", - "data-hs-ignore": "true", - "data-cookieconsent": "ignore", - "data-hs-region": "eu1", - "data-hs-page-id": "199950112957" - } - } - }, - { - "type": "JS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/module_assets/1/194393184470/1736251849971/module_unicard-carousel.min.js", - "priority": 0, - "script_attributes": { - "defer": false, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - }, - { - "type": "JS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194393184475/1736251868802/template_splide.min.js", - "priority": 0, - "script_attributes": { - "defer": true, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - }, - { - "type": "JS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961824/1736251865922/template_splide-intersection.min.js", - "priority": 0, - "script_attributes": { - "defer": true, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - }, - { - "type": "JS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194387751133/1736251864681/template_splide-autoscroll.min.js", - "priority": 0, - "script_attributes": { - "defer": true, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - }, - { - "type": "JS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/module_assets/1/195135205564/1736251849005/module_tabulareditor-unicard-carousel.min.js", - "priority": 0, - "script_attributes": { - "defer": false, - "async": false, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - } - ], - "placeholder": "\u003C!-- $$__4156_JS_FOOTER__$$ --\u003E" - }, - "account": { - - }, - "widgets_in_rich_text": [], - "canonical_url": "http://143610164.hs-sites-eu1.com/tehome", - "true": true, - "bundle_request": { - "content_editor_ui": false, - "inpage_editor_ui": false, - "email_click_map": false, - "theme_previewer_ui": false, - "self_service_portal_tickets_ui": false, - "expanded_bundle": false, - "schema_version": 1, - "local_assets": false, - "revision_preview": false, - "static_version": "", - "email_static_version": "", - "bender_package": "", - "script_path": "", - "css_path": "", - "branch_preview_build": "", - "injected_scripts": [], - "email_simulate_desktop_on_device_width": 0 - }, - "request": { - "method": "GET", - "scheme": "https", - "query": "hs_preview=lTLXImMh-199950112957&portalId=143610164&utm_source=sprocket-menu&hs-expires=1736497326&hs-version=1&hs-signature=AEvKm3Bm0zo0Rt0OSpSibcHWaK1oe8a9Zg", - "path": "/tehome", - "debug": false, - "country": "se", - "referrer": "https://143610164.hs-sites-eu1.com/tehome?hs_preview=lTLXImMh-199950112957&", - "contact": { - "id_type": null, - "identifier": null, - "email_portal_pair": null, - "qualified": false, - "owner": { - - }, - "lifecycle_stage": null, - "email_campaign_id": null, - "contact": { - - }, - "deal_id": null, - "company": { - - }, - "contact_vid": null, - "list_memberships": [], - "lifecycle_stage_id": null, - "is_logged_in": false, - "is_sso_login": false, - "lazy_contact_with_defaults_preview": { - "hubspot_owner_id": { - - } - }, - "lazy_owner_with_defaults_for_preview": { - - }, - "contact_with_defaults": { - - }, - "contact_defaults": { - - }, - "lazy_contact_with_defaults_for_preview": { - - }, - "lazy_company_with_defaults": { - - }, - "company_defaults": { - - }, - "lazy_account_with_defaults_for_preview": { - - }, - "lazy_company_with_defaults_for_preview": { - - }, - "lazy_owner_with_defaults": { - - }, - "lazy_owner_defaults_with_default_owner_lookup": { - - }, - "company_with_defaults": { - - }, - "owner_with_defaults": { - - }, - "owner_defaults_with_default_owner_lookup": { - - }, - "lazy_contact_with_defaults": { - - }, - "lazy_contact_without_defaults": { - - }, - "lazy_company_without_defaults": { - - }, - "contact_with_defaults_preview": { - "hubspot_owner_id": { - - } - }, - "contact_without_defaults": { - - }, - "company_without_defaults": { - - }, - "is_hubspot_user": false - }, - "device_type": "desktop", - "default_targeted_content_request": false, - "pre_render_view": false, - "amp_mode": false, - "search_template": false, - "remote_ip": "31.208.38.154", - "full_url": "https://143610164.hs-sites-eu1.com/tehome", - "public_content_web": true, - "crm_objects_collection": null, - "local_proxy": false, - "local_proxy_project": null, - "local_proxy_schema_version": null, - "query_dict": { - "hs_preview": "lTLXImMh-199950112957", - "hs-version": "1", - "hs-signature": "AEvKm3Bm0zo0Rt0OSpSibcHWaK1oe8a9Zg", - "hs-expires": "1736497326", - "portalId": "143610164", - "utm_source": "sprocket-menu" - }, - "accept_languages": [ - "en-us", - "en", - "sv" - ], - "debug_only": false, - "template_error_debug_only": false, - "generic_pre_render_view": false, - "editor_view": false, - "path_param_dict": { - - }, - "bot": false, - "geoip_city": "", - "geoip_organization": "bredband2 ab", - "geoip_region": "skane lan", - "geoip_country": "se", - "geoip_dma": null, - "post_dict": { - "hs_preview": "lTLXImMh-199950112957", - "hs-version": "1", - "hs-signature": "AEvKm3Bm0zo0Rt0OSpSibcHWaK1oe8a9Zg", - "hs-expires": "1736497326", - "portalId": "143610164", - "utm_source": "sprocket-menu" - }, - "path_and_query": "/tehome?hs_preview=lTLXImMh-199950112957&portalId=143610164&utm_source=sprocket-menu&hs-expires=1736497326&hs-version=1&hs-signature=AEvKm3Bm0zo0Rt0OSpSibcHWaK1oe8a9Zg", - "original_url": "", - "search_engine": "", - "search_keyword": "", - "domain": "143610164.hs-sites-eu1.com", - "cookies": { - "__cf_bm": "N_wjIOZaYvok4SnHtnPXzE.cYzUk9hussL9mAdsi9jc-1736493724-1.0.1.1-G0SzvA8BZvwbXaxCrnYIwUnPrhu30BJmNDYy3eJ6v5TzhRkPJ.iWGyebaZgfz4o568Vlc.86Acaea5vQ56_JhQ", - "__hs_preview_auth": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwcmV2aWV3X2F1dGhfc291cmNlIjoiQ09PS0lFIiwiaXNfcHJldmlld19hdXRoZWQiOnRydWUsImV4cCI6MTczNjU4MDEyNH0.hD_-rsbd6pIWXn9MHe3BQu5GjD2m4ohg2ejZmtFVDnE" - }, - "base_path": null, - "headers": { - "x-amzn-mtls-clientcert-serial-number": "671EB761CD14D61807EE15102FCF8F37C058D34D", - "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36", - "accept-encoding": "gzip, br", - "x-hs-incoming-domain": "hs-sites-eu1.com", - "cf-visitor": "{"scheme":"https"}", - "cf-device-type": "desktop", - "x-real-ip": "31.208.38.154", - "cookie": "__cf_bm=N_wjIOZaYvok4SnHtnPXzE.cYzUk9hussL9mAdsi9jc-1736493724-1.0.1.1-G0SzvA8BZvwbXaxCrnYIwUnPrhu30BJmNDYy3eJ6v5TzhRkPJ.iWGyebaZgfz4o568Vlc.86Acaea5vQ56_JhQ; __hs_preview_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwcmV2aWV3X2F1dGhfc291cmNlIjoiQ09PS0lFIiwiaXNfcHJldmlld19hdXRoZWQiOnRydWUsImV4cCI6MTczNjU4MDEyNH0.hD_-rsbd6pIWXn9MHe3BQu5GjD2m4ohg2ejZmtFVDnE", - "x-request-id": "85e26259-9cb3-44fa-8272-5f9eaace94f0", - "cf-worker": "hs-sites-eu1.com", - "cdn-loop": "cloudflare; loops=1; subreqs=1", - "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", - "x-forwarded-proto": "https", - "x-amzn-mtls-clientcert-leaf": "-----BEGIN%20CERTIFICATE-----%0AMIID+TCCAuGgAwIBAgIUZx63Yc0U1hgH7hUQL8+PN8BY000wDQYJKoZIhvcNAQEL%0ABQAwMTEvMC0GA1UEAxMmQ0EgdG8gdmFsaWRhdGUgY2xvdWRmbGFyZSBvcmlnaW4g%0AY2VydHMwHhcNMjQwMTI1MTkzMDI0WhcNMjUwMTI0MTkzMDI0WjByMUEwPwYDVQQH%0ADDh1c2VyOkNlcnRpZmljYXRlQXV0aG9yaXR5U2VydmljZS13ZWJAbmExLWR1bGwt%0Ac2NhcnktbW90aDEtMCsGA1UEAxMkSHViU3BvdCBBV1MgYW5kIENsb3VkZmxhcmUg%0AT3JpZ2luIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA28asYwvR%0Alzlwa4pRakKcgo8FrwCPULL7GhsKrqyR+JFCkzhNaGaCE0XomY2FgxsxvBo1Ffsm%0AchFywXBt0X3Wpln7TpOVeDXfOy8Ff8Ve7WlmdZlfjwS0K6s0pGTNbVWOqgyHSyul%0Ayckcx8oUMqLbH87+XVI4H7yiFa+HIkpRKgP4bhm9pSjX/z6wBS3N2iqCMX7CC6XO%0AlhDl/bdkyG1hS78mLjTzn6TZ/pX95XAvTHDfYxTIY5rfjWKZsQam6CNG9m+9C6BC%0AsEmwkgVhpFnPcSa8aRYQni4/r06bcLFlqtWEnu8qmBhFo8NJ49/LVtw4mwctBHn4%0A4DzKysIqaZFElQIDAQABo4HHMIHEMB0GA1UdDgQWBBS8mVcqg53OWxx12k5EXesH%0AxvkrxzBpBgNVHSMEYjBggBThaiEZFIrhiRlDmoU5yms8W3DUo6EypDAwLjEsMCoG%0AA1UEAxMjSHViU3BvdCBQcm9kIEluZnJhc3RydWN0dXJlIFJvb3QgQ0GCFCviN0qC%0A37+23YbpwY9F1a64/iNIMA4GA1UdDwEB/wQEAwIDqDAdBgNVHSUEFjAUBggrBgEF%0ABQcDAQYIKwYBBQUHAwIwCQYDVR0RBAIwADANBgkqhkiG9w0BAQsFAAOCAQEAZ5cs%0AcSnIMk1iadmhqX6D4YiwThf0dUnmgAcF4vYBSOZXofnTSFESaGedGYad9dcpYPHq%0Akqp97Mt5xN9tXF6HQRu0CkMSw5sNTslorquDqBtzzdEGn9OPwOUGK0+ySBcy2QhS%0A264wTkasXg1A7qsTjH9lI0lkoFlkuUZjhIGEWk9MnXCbGtbq9AFQFO4sNmVGf4of%0AnU8yhS7MzA4HdpOG9Jyg0ErsNo44Omj9H1z2UdcxQIScLlvhxgoOuFosO9DASRZq%0AlbLjpJaEdaiJHA0Ofgph0klPbnnmXCPxeHit9ISb+sJudLivWlKYPXNvGHojPuSQ%0AyvuyagUwmt/F9Nw+xw==%0A-----END%20CERTIFICATE-----%0A", - "x-request-start": "1736493732.087", - "priority": "u=0, i", - "x-forwarded-port": "443", - "x-amzn-trace-id": "Root=1-6780caa4-1bb35d9d441f52b171e09b4e", - "accept-language": "en-US,en;q=0.9,sv;q=0.8", - "x-envoy-expected-rq-timeout-ms": "60000", - "x-amzn-mtls-clientcert-subject": "CN=HubSpot AWS and Cloudflare Origin CA,L=user:CertificateAuthorityService-web@na1-dull-scary-moth", - "cf-ew-via": "15", - "cf-ipcountry": "SE", - "sec-fetch-site": "same-origin", - "true-client-ip": "31.208.38.154", - "sec-fetch-user": "?1", - "x-hubspot-trace": "884988536844cae69970e92e6bfaa68b", - "x-hubspot-correlation-id": "85e26259-9cb3-44fa-8272-5f9eaace94f0", - "x-amzn-mtls-clientcert-issuer": "CN=CA to validate cloudflare origin certs", - "x-envoy-external-address": "172.21.211.25", - "sec-ch-ua-mobile": "?0", - "x-amzn-mtls-clientcert-validity": "NotBefore=2024-01-25T19:30:24Z;NotAfter=2025-01-24T19:30:24Z", - "x-hs-internal-request": "1", - "upgrade-insecure-requests": "1", - "x-host": "143610164.hs-sites-eu1.com", - "cf-connecting-ip": "31.208.38.154", - "sec-fetch-mode": "navigate", - "cf-ray": "8ffaea21577682c4-FRA", - "x-forwarded-host": "143610164.hs-sites-eu1.com", - "connection": "close", - "referer": "https://143610164.hs-sites-eu1.com/tehome?hs_preview=lTLXImMh-199950112957&", - "x-hs-internal-user-request": "0", - "host": "143610164.hs-sites-eu1.com", - "x-hs-user-request": "0", - "sec-ch-ua": ""Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"", - "sec-ch-ua-platform": ""Linux"", - "x-forwarded-for": "31.208.38.154, 172.71.172.207,172.21.211.25, 31.208.38.154", - "x-hs-zone-name": "hs-sites-eu1.com", - "x-scheme": "https", - "x-hs-original-scheme": "https", - "sec-fetch-dest": "document" - } - }, - "membership_login_redirect": "/", - "company_domain": "/", - "has_fixed_layout_sections_access": false, - "branding_logo": "", - "content_group_id": 0, - "theme_settings": { - "id": 194387752150, - "portal_id": 143610164, - "created": 1734006599098, - "updated": 1734006599098, - "deleted_at": 0, - "created_by_id": 47942679, - "updated_by_id": 47942679, - "path": "tabulareditor-nimbly-lite-child-2024", - "values": { - - }, - "variant_name": "", - "content_id": 0, - "cos_object_type": "THEME_SETTINGS", - "preview_variant": false, - "label": "Theme Settings", - "cdn_purge_embargo_time": null - }, - "false": false, - "custom_footer_html": "", - "project_build_render": false, - "theme_content_settings": { - - }, - "render_options": { - "email_inlined_css_enabled": true, - "preserve_personalization_token_function": false, - "module_render_mode": false, - "warn_on_default_content_in_rich_text": false, - "business_unit_access_enabled_override": false, - "should_use_forms_embed_v3": false - }, - "html_lang": "en", - "builtin_body_classes": " hs-content-id-199950112957 hs-site-page page ", - "default_layout_sections": { - "dnd_area": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "", - "name": "dnd_area", - "label": "Home template", - "type": "cell", - "section_name": null, - "params": { - - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-1-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-1-module-2", - "name": "dnd_area-dnd_partial-1-module-2", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - }, - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Start Free Trial", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-5", - "heading_tag": "h1", - "heading_text": "The goto tool for Power BI Tabular modelling", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "media", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Get started right away!", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image": { - "alt": "startpage-hero", - "height": 950, - "loading": "disabled", - "max_height": 950, - "max_width": 950, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/startpage-hero.png", - "width": 950 - }, - "full_width_image_aspect_ratio": "1/1", - "full_width_image_opt_visibility": true - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "content_gap": 44, - "max_width": 550, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - } - } - }, - "card_style_group2": { - "background_color": { - "color": "#98DAA4", - "opacity": 100 - }, - "background_type": "background_color" - }, - "mobile_gap": 44 - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-2-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-2-column-2", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-2-module-3", - "name": "dnd_area-dnd_partial-2-module-3", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "module_id": 194393146573, - "heading": { - "heading_style": "display-6", - "heading_text": "Streamline, automate & boost performance with the ultimate Power BI modelling tool ", - "heading_text_prop_visibility": true - }, - "style": { - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - } - } - }, - "parent_widget_container": "dnd_area", - "module_components": [ - "main_heading" - ] - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - "breakpoint_styles": { - "default": { - "padding": { - "bottom": { - "value": 90, - "units": "px" - } - } - }, - "mobile": { - "padding": { - "bottom": { - "value": 30, - "units": "px" - } - } - } - } - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-2-column-4", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-2-module-5", - "name": "dnd_area-dnd_partial-2-module-5", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-group", - "module_id": 194393146571, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Learn more", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "h4", - "heading_tag": "h2", - "heading_text": "Streamlined Model Development", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_background": { - "opacity": 0 - }, - "icon_color": { - "color": "#000000", - "opacity": 0 - }, - "icon_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'\u003E \u003Cpath d='M4 12C5.2 13 6.4 14 9 14C14 14 14 10 19 10C24.2 10 23.8 14 29 14C34 14 34 10 39 10C41.6 10 42.8 11 44 12' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M4 24C5.2 25 6.4 26 9 26C14 26 14 22 19 22C24.2 22 23.8 26 29 26C34 26 34 22 39 22C41.6 22 42.8 23 44 24' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M4 36C5.2 37 6.4 38 9 38C14 38 14 34 19 34C24.2 34 23.8 38 29 38C34 38 34 34 39 34C41.6 34 42.8 35 44 36' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "icon_prop_visibility": true, - "icon_size": 48, - "icon_type": "inline_svg" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "icon", - "module_components": [ - "media", - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Learn more", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "h4", - "heading_tag": "h2", - "heading_text": "Automate Repetitive Tasks", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_background": { - "opacity": 0 - }, - "icon_color": { - "color": "#000000", - "opacity": 0 - }, - "icon_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'\u003E \u003Cpath d='M24.44 4H23.56C22.4991 4 21.4817 4.42143 20.7316 5.17157C19.9814 5.92172 19.56 6.93913 19.56 8V8.36C19.5593 9.06145 19.3741 9.75038 19.0231 10.3577C18.672 10.965 18.1675 11.4693 17.56 11.82L16.7 12.32C16.0919 12.6711 15.4022 12.8559 14.7 12.8559C13.9979 12.8559 13.3081 12.6711 12.7 12.32L12.4 12.16C11.4821 11.6305 10.3917 11.4869 9.36801 11.7606C8.34434 12.0343 7.47111 12.7031 6.94 13.62L6.5 14.38C5.97053 15.2979 5.82689 16.3883 6.10062 17.412C6.37435 18.4357 7.04308 19.3089 7.96 19.84L8.26 20.04C8.86456 20.389 9.36724 20.8902 9.71811 21.4937C10.069 22.0971 10.2558 22.7819 10.26 23.48V24.5C10.2628 25.2048 10.0793 25.8979 9.72809 26.509C9.37688 27.1201 8.87042 27.6276 8.26 27.98L7.96 28.16C7.04308 28.6911 6.37435 29.5643 6.10062 30.588C5.82689 31.6117 5.97053 32.7021 6.5 33.62L6.94 34.38C7.47111 35.2969 8.34434 35.9657 9.36801 36.2394C10.3917 36.5131 11.4821 36.3695 12.4 35.84L12.7 35.68C13.3081 35.3289 13.9979 35.1441 14.7 35.1441C15.4022 35.1441 16.0919 35.3289 16.7 35.68L17.56 36.18C18.1675 36.5307 18.672 37.035 19.0231 37.6423C19.3741 38.2496 19.5593 38.9385 19.56 39.64V40C19.56 41.0609 19.9814 42.0783 20.7316 42.8284C21.4817 43.5786 22.4991 44 23.56 44H24.44C25.5009 44 26.5183 43.5786 27.2684 42.8284C28.0186 42.0783 28.44 41.0609 28.44 40V39.64C28.4407 38.9385 28.6259 38.2496 28.9769 37.6423C29.328 37.035 29.8325 36.5307 30.44 36.18L31.3 35.68C31.9081 35.3289 32.5979 35.1441 33.3 35.1441C34.0021 35.1441 34.6919 35.3289 35.3 35.68L35.6 35.84C36.5179 36.3695 37.6083 36.5131 38.632 36.2394C39.6557 35.9657 40.5289 35.2969 41.06 34.38L41.5 33.6C42.0295 32.6821 42.1731 31.5917 41.8994 30.568C41.6257 29.5443 40.9569 28.6711 40.04 28.14L39.74 27.98C39.1296 27.6276 38.6231 27.1201 38.2719 26.509C37.9207 25.8979 37.7372 25.2048 37.74 24.5V23.5C37.7372 22.7952 37.9207 22.1021 38.2719 21.491C38.6231 20.8799 39.1296 20.3724 39.74 20.02L40.04 19.84C40.9569 19.3089 41.6257 18.4357 41.8994 17.412C42.1731 16.3883 42.0295 15.2979 41.5 14.38L41.06 13.62C40.5289 12.7031 39.6557 12.0343 38.632 11.7606C37.6083 11.4869 36.5179 11.6305 35.6 12.16L35.3 12.32C34.6919 12.6711 34.0021 12.8559 33.3 12.8559C32.5979 12.8559 31.9081 12.6711 31.3 12.32L30.44 11.82C29.8325 11.4693 29.328 10.965 28.9769 10.3577C28.6259 9.75038 28.4407 9.06145 28.44 8.36V8C28.44 6.93913 28.0186 5.92172 27.2684 5.17157C26.5183 4.42143 25.5009 4 24.44 4Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "icon_prop_visibility": true, - "icon_size": 48, - "icon_type": "inline_svg" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "icon", - "module_components": [ - "media", - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor supports custom scripting, so you can automate routine tasks like creating calculated columns or formatting measures.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Learn more", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "h4", - "heading_tag": "h2", - "heading_text": "Boost Model Performance ", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_background": { - "opacity": 0 - }, - "icon_color": { - "color": "#000000", - "opacity": 0 - }, - "icon_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'\u003E \u003Cpath d='M9 32.9999C6 35.5199 5 42.9999 5 42.9999C5 42.9999 12.48 41.9999 15 38.9999C16.42 37.3199 16.4 34.7399 14.82 33.1799C14.0426 32.4379 13.0186 32.0092 11.9445 31.976C10.8703 31.9427 9.82175 32.3074 9 32.9999Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M24 30L18 24C19.0643 21.2389 20.4044 18.5921 22 16.1C24.3304 12.374 27.5752 9.30611 31.426 7.18819C35.2768 5.07028 39.6053 3.97275 44 4.00001C44 9.44001 42.44 19 32 26C29.4738 27.5975 26.7937 28.9375 24 30Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M18 24H8C8 24 9.1 17.94 12 16C15.24 13.84 22 16 22 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M24 30V40C24 40 30.06 38.9 32 36C34.16 32.76 32 26 32 26' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "icon_prop_visibility": true, - "icon_size": 48, - "icon_type": "inline_svg" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "icon", - "module_components": [ - "media", - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor helps you optimize your tabular models with tools like the Best Practice Analyzer and partition management.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "content_gap": 20 - }, - "grid_layout": { - "gap": 90 - } - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - }, - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-3-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-3-module-2", - "name": "dnd_area-dnd_partial-3-module-2", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "icon_set": "fontawesome-5.0.10", - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "rel": "", - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "primary", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - "css": "" - }, - "custom_button_border_color": { - "css": "" - }, - "custom_button_font": { - "css": "", - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - "css": "" - }, - "border_color": { - "css": "" - }, - "color": { - "css": "" - } - }, - "custom_link_color": { - "css": "" - }, - "custom_link_font": { - "css": "", - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Time to use your time better", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "video", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "hubspot_video": { - "height": 0, - "player_id": 193737554168, - "player_type": "hsvideo2", - "width": 0 - }, - "hubspot_video_play_button_color": { - "color": "#00A99D", - "css": "#00A99D", - "hex": "#00A99D", - "opacity": 100, - "rgb": "rgb(0, 169, 157)", - "rgba": "rgba(0, 169, 157, 1)" - }, - "video_prop_visibility": true, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "alignment": { - "horizontal_align": "LEFT", - "vertical_align": "MIDDLE" - }, - "content_gap": 44, - "max_width": 550 - }, - "card_style_group2": { - "alignment": { - "css": "", - "horizontal_align": "LEFT", - "vertical_align": "MIDDLE" - }, - "spacing": { - "css": "padding: 0px;", - "padding": { - "bottom": { - "units": "px", - "value": 0 - }, - "left": { - "units": "px", - "value": 0 - }, - "right": { - "units": "px", - "value": 0 - }, - "top": { - "units": "px", - "value": 0 - } - } - } - }, - "mobile_gap": 44 - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-4-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-4-module-2", - "name": "dnd_area-dnd_partial-4-module-2", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "main_heading", - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 27", - "height": 674, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/tabular-editor-323.jpg", - "width": 691 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Explore & Compare Features", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_additional_customization": true, - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Unique feature set", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "list_group": { - "list_inline": false, - "list_item": [ - { - "list_item_icon": { - "type": "REGULAR" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0 - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Utilize Tabular Editor and its powerful features in your workflow" - }, - { - "list_item_icon": { - "type": "REGULAR" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0 - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Apply best practices and performance tips for tabular models" - }, - { - "list_item_icon": { - "type": "REGULAR" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0 - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Debug your DAX down to the last iterator" - }, - { - "list_item_icon": { - "type": "REGULAR" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0 - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Use scripting and automation to speed up your development" - }, - { - "list_item_icon": { - "type": "REGULAR" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0 - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "And many more!" - } - ], - "list_item_icon_gap": 19, - "list_item_icon_size": 19 - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "list", - "buttons" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group2": { - "alignment": { - "horizontal_align": "LEFT", - "vertical_align": "MIDDLE" - }, - "content_gap": 40 - }, - "desktop_gap": 124, - "mobile_gap": 44 - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-column-5", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-module-6", - "name": "dnd_area-module-6", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": { - "heading_style": "display-4", - "heading_text": "Trusted by 50 000 + customers", - "heading_text_prop_visibility": true - }, - "parent_widget_container": "dnd_area", - "module_components": [ - "main_heading" - ] - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-7-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-7-module-2", - "name": "dnd_area-dnd_partial-7-module-2", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "module_id": 194393184470, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "Havens consulting", - "height": 53, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/havens_consulting.png", - "width": 150 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "sqlbi", - "height": 56, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/sqlbi.png", - "width": 173 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 25", - "height": 49, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/enterprise_dna.png", - "width": 255 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 24 (2)", - "height": 48, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/rockwell_automation.png", - "width": 207 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "alignment": { - "horizontal_align": "CENTER" - }, - "background_color": { - "color": "#FFFFFF", - "opacity": 50 - }, - "background_type": "background_color", - "content_gap": 24, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 37 - }, - "left": { - - }, - "right": { - - }, - "top": { - "units": "px", - "value": 37 - } - } - } - }, - "carousel_per_page": 5, - "carousel_preset": "auto-scroll" - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 6, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-column-8", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-module-9", - "name": "dnd_area-module-9", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": { - "heading_style": "display-4", - "heading_text": "What are people saying about TE3?", - "heading_text_prop_visibility": true - }, - "parent_widget_container": "dnd_area", - "module_components": [ - "main_heading" - ] - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - }, - "6": { - "x": 6, - "w": 6, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-column-10", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-11-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-11-module-2", - "name": "dnd_area-dnd_partial-11-module-2", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "module_id": 195135205564, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Reid Havens", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder | BI Evangelist", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Havens Consulting Inc", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Going from legacy Tabular Editor to Tabular Editor 3 felt like as big a leap as the jump from developing in Power BI Desktop to the first Tabular Editor! So many amazing features, robust AutoComplete, configurable work environment, and too many more to list!”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (83)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Alberto Ferrari", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“It is quite simple, indeed. If you are a carpenter, then you need a hammer. If you are a taxi driver, then you need a car. If you are a Tabular BI Developer, then you need Tabular Editor 3. To me, Tabular editor 3 is THE development tool for Tabular.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (84)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/alberto.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "alignment": { - "horizontal_align": "LEFT" - }, - "background_color": { - "color": "#98DAA4", - "opacity": 100 - }, - "background_type": "background_color", - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 60 - }, - "left": { - "units": "px", - "value": 60 - }, - "right": { - "units": "px", - "value": 60 - }, - "top": { - "units": "px", - "value": 60 - } - } - } - }, - "carousel_navigation": true, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - } - } - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "dnd_area-dnd_partial-12-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "dnd_area-dnd_partial-12-module-2", - "name": "dnd_area-dnd_partial-12-module-2", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image": { - "alt": "startpage-last", - "height": 1894, - "loading": "disabled", - "max_height": 1894, - "max_width": 1894, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/startpage-last.jpg", - "width": 1894 - }, - "full_width_image_aspect_ratio": "1/1", - "full_width_image_opt_visibility": true - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Book a demo", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Let us show you how TE3 can elevate your data modeling!", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "media", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "background_type": "background_color" - }, - "card_style_group2": { - "content_gap": 44, - "max_width": 550, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - } - } - }, - "desktop_gap": 124, - "mobile_gap": 44 - }, - "parent_widget_container": "dnd_area" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - "force_full_width_section": false - }, - "css_class": "dnd-section text-big-image-wrp" - }, - { - "styles": { - "force_full_width_section": false - }, - "css_class": "dnd-section" - }, - { - "styles": { - "force_full_width_section": false - }, - "css_class": "dnd-section text-video-wrp" - }, - { - "styles": { - "force_full_width_section": false - }, - "css_class": "dnd-section image-text-list-wrp" - }, - { - "styles": { - "force_full_width_section": false, - "breakpoint_styles": { - "default": { - "padding": { - "bottom": { - "value": 30, - "units": "px" - } - } - } - } - }, - "css_class": "dnd-section" - }, - { - "styles": { - "force_full_width_section": true, - "breakpoint_styles": { - "default": { - "padding": { - "top": { - "value": 40, - "units": "px" - } - } - } - } - }, - "css_class": "dnd-section carousel-autoscroll-wrp" - }, - { - "styles": { - "force_full_width_section": false, - "breakpoint_styles": { - "default": { - "padding": { - "bottom": { - "value": 20, - "units": "px" - } - } - } - } - }, - "css_class": "dnd-section" - }, - { - "styles": { - "force_full_width_section": false - }, - "css_class": "dnd-section quote-carousel-wrp" - }, - { - "styles": { - "force_full_width_section": false, - "breakpoint_styles": { - "default": { - "padding": { - "bottom": { - "value": 120, - "units": "px" - } - } - }, - "mobile": { - "padding": { - "bottom": { - "value": 60, - "units": "px" - } - } - } - } - }, - "css_class": "dnd-section big-image-box-text-wrp" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": null, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - }, - "global-footer-dndarea": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "", - "name": "global-footer-dndarea", - "label": "Global footer", - "type": "cell", - "section_name": null, - "params": { - - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-1", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 6, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-2", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "global-footer-dndarea-module-3", - "name": "global-footer-dndarea-module-3", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "../../modules/unicard", - "heading": { - "heading_additional_customization": true, - "heading_color": { - "color": "#ffffff", - "opacity": 100 - }, - "heading_style": "display-1", - "heading_tag": "h2", - "heading_text": "Ready to get started?", - "heading_text_prop_visibility": true - }, - "style": { - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 10 - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - } - } - }, - "parent_widget_container": "global-footer-dndarea", - "module_components": [ - "main_heading" - ] - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - }, - "6": { - "x": 6, - "w": 6, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-4", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "global-footer-dndarea-module-5", - "name": "global-footer-dndarea-module-5", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "../../modules/unicard", - "heading": { - "heading_style": "h6", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "style": { - "content_gap": 45, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 15 - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - } - } - }, - "parent_widget_container": "global-footer-dndarea", - "module_components": [ - "main_heading", - "buttons" - ], - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Try Tabular Editor 3 for free", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - }, - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ] - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 8, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-6", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "global-footer-dndarea-module-7", - "name": "global-footer-dndarea-module-7", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "About us", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Contact us", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Technical Support", - "type": "NO_LINK" - } - ], - "orientation": "horizontal", - "parent_widget_container": "global-footer-dndarea" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - }, - "8": { - "x": 8, - "w": 4, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-8", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "global-footer-dndarea-module-9", - "name": "global-footer-dndarea-module-9", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "LinkedIn", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Twitter", - "type": "NO_LINK" - } - ], - "orientation": "horizontal", - "parent_widget_container": "global-footer-dndarea" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-10", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [ - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "global-footer-dndarea-module-11", - "name": "global-footer-dndarea-module-11", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "style": { - "color": { - "color": { - "color": "#EFEAE1", - "opacity": 20 - } - } - }, - "parent_widget_container": "global-footer-dndarea" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - "breakpoint_styles": { - "default": { - "padding": { - "top": { - "value": 40, - "units": "px" - }, - "bottom": { - "value": 35, - "units": "px" - } - } - }, - "mobile": { - "padding": { - "top": { - "value": 20, - "units": "px" - }, - "bottom": { - "value": 20, - "units": "px" - } - } - } - } - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "id": "global-footer-dndarea-module-12", - "name": "global-footer-dndarea-module-12", - "label": null, - "type": "custom_widget", - "section_name": null, - "params": { - "css_class": "dnd-module", - "schema_version": 2, - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "Privacy & Cookie policy", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Terms & Conditions", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "License terms", - "type": "NO_LINK" - } - ], - "orientation": "horizontal", - "parent_widget_container": "global-footer-dndarea" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-module", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - { - "0": { - "x": 0, - "w": 12, - "is_container": false, - "is_in_container": false, - "name": "global-footer-dndarea-column-13", - "label": null, - "type": "cell", - "section_name": null, - "params": { - "css_class": "dnd-column" - }, - "widgets": [], - "rows": [], - "row_meta_data": [], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - "breakpoint_styles": { - "mobile": { - "padding": { - "bottom": { - "value": 40, - "units": "px" - } - } - } - } - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - "breakpoint_styles": { - "default": { - "padding": { - "bottom": { - "value": 265, - "units": "px" - } - } - }, - "mobile": { - "padding": { - "bottom": { - "value": 130, - "units": "px" - } - } - } - } - }, - "css_class": "dnd-row" - }, - { - "styles": { - - }, - "css_class": "dnd-row" - }, - { - "styles": { - - }, - "css_class": "dnd-row" - }, - { - "styles": { - - }, - "css_class": "dnd-row" - }, - { - "styles": { - - }, - "css_class": "dnd-row" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "dnd-column", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": { - - }, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - } - ], - "row_meta_data": [ - { - "styles": { - "background_color": { - "r": 0, - "g": 76, - "b": 71, - "a": 1 - }, - "force_full_width_section": false, - "breakpoint_styles": { - "mobile": { - "padding": { - "top": { - "value": 60, - "units": "px" - } - } - }, - "default": { - "padding": { - "top": { - "value": 110, - "units": "px" - }, - "bottom": { - "value": 55, - "units": "px" - } - }, - "background_layers": [ - { - "r": 0, - "g": 76, - "b": 71, - "a": 1, - "type": "COLOR" - } - ] - } - } - }, - "css_class": "dnd-section" - } - ], - "cells": [], - "root": false, - "row": false, - "cell": false, - "css_class": "", - "css_style": "", - "css_id": "", - "css_id_str": "", - "help": null, - "styles": null, - "is_content_overridden": false, - "editable": false, - "language_overrides_deprecated": { - - } - } - }, - "local_dt": "", - "dnd_area_name_set": [ - "global-header-settings-dndarea" - ], - "hub_id": 143610164, - "exact_path_references": [ - "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "@hubspot/simple_menu", - "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "../images/content/tabulareditor/reid.png", - "../../css/sections.css", - "../../css/global-theme-settings.css", - "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "/tabulareditor-nimbly-lite-child-2024/modules/site-header", - "../../assets/js/bootstrap.js", - "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "../images/content/tabulareditor/company-logos/sqlbi.png", - "../images/content/tabulareditor/tabular-editor-323.jpg", - "../../partials/modules/unicard.css", - "../../modules/unicard", - "../images/content/tabulareditor/company-logos/rockwell_automation.png", - "/tabulareditor-nimbly-lite-child-2024/modules/unicard-group", - "../../assets/js/splide-intersection.js", - "../../css/custom.css", - "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "../images/content/tabulareditor/marco.png", - "../../images/content/tabulareditor/tabular-editor-logo.svg", - "../images/content/tabulareditor/alberto.png", - "../images/content/tabulareditor/company-logos/havens_consulting.png", - "../../modules/n-boolean", - "../../css/print.css", - "../images/content/tabulareditor/company-logos/enterprise_dna.png", - "../../assets/js/splide-autoscroll.js", - "../../css/base.css", - "../images/content/tabulareditor/startpage-hero.png", - "../../assets/css/splide.css", - "../../assets/js/splide.js", - "../images/content/tabulareditor/startpage-last.jpg" - ], - "is_validation_mode": false, - "cp_hs_base_url": "https://cp-eu1.hubspot.com", - "locale": "en", - "utcnow": "", - "theme_field_dependencies": [ - "layout.maximum_content_width" - ], - "brand_settings": "", - "PerformableIsPaid": true, - "is_ungated_for_xss_escaping_rich_text": false, - "required_scopes": [ - "MARKETING_VIDEO" - ], - "content_id": 199950112957, - "standard_footer_includes": "\n{{ footer_js() }}\n\n\u003C!-- Start of HubSpot Analytics Code Not Loaded --\u003E\n\u003Cscript\u003E\n(function(){\n const timeoutEvent = document.createEvent('CustomEvent');\n timeoutEvent.initCustomEvent(\"content-analytics-code-not-loaded\", true, true, { detail: \"Not loaded in preview mode\" });\n window.dispatchEvent(timeoutEvent);\n})();\n\u003C/script\u003E\n\u003C!-- End of HubSpot Analytics Code Not Loaded --\u003E\n\n\n\u003Cscript type=\"text/javascript\"\u003E\nvar hsVars = {\n render_id: \"40791a23-4b51-4a16-9eea-0a818b09a897\",\n ticks: 1736493732136,\n page_id: 199950112957,\n {% if '0' != '0' %}dynamic_page_id: \"0\",{% endif %}\n content_group_id: 0,\n portal_id: 143610164,\n app_hs_base_url: \"https://app-eu1.hubspot.com\",\n cp_hs_base_url: \"https://cp-eu1.hubspot.com\",\n language: \"en\",\n analytics_page_type: \"standard-page\",\n scp_content_type: \"\",\n analytics_page_id: \"199950112957\",\n category_id: 1,\n folder_id: 0,\n is_hubspot_user: false\n}\n\u003C/script\u003E\n{{ js_integration_body_end() }}\n\n\u003Cscript defer src=\"https://static.hsappstatic.net/HubspotToolsMenu/static-1.393/js/index.js\"\u003E\u003C/script\u003E\n\n\n\n", - "asset_sources": [ - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/templates/layouts/base.html", - "updated": 1718110854939 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/base.css", - "updated": 1718110855702 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/global-theme-settings.css", - "updated": 1734347878460 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/sections.css", - "updated": 1736251854359 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/print.css", - "updated": 1734006595024 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/js/bootstrap.js", - "updated": 1734006593138 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/templates/partials/child-includes.html", - "updated": 1734006598145 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/custom.css", - "updated": 1736251853529 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header-settings.html", - "updated": 1718110854945 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/n-boolean", - "updated": 1718110856476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header.html", - "updated": 1736251856860 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/site-header", - "updated": 1734347871653 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/link.html", - "updated": 1718110854963 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/target-blank.html", - "updated": 1718110854948 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/icon.html", - "updated": 1718110854951 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros/macros.css", - "updated": 1718110855697 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/button.html", - "updated": 1734347879641 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/target-blank.html", - "updated": 1718110854948 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/icon.html", - "updated": 1718110854951 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros/macros.css", - "updated": 1718110855697 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/icon.html", - "updated": 1718110854951 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/modules/macros/target-blank.html", - "updated": 1718110854948 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros/macros.css", - "updated": 1718110855697 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/text-big-image.html", - "updated": 1734347881022 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "updated": 1736251851639 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/three-column-icon-text-button.html", - "updated": 1734006597654 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "updated": 1736251852350 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-group", - "updated": 1736251851154 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/text-video.html", - "updated": 1734347881087 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "updated": 1736251851639 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/image-text-list.html", - "updated": 1734347880367 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "updated": 1736251851639 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "updated": 1736251852350 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/carousel-autoscroll.html", - "updated": 1734347880173 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "updated": 1736251849498 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/css/splide.css", - "updated": 1734006593117 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/js/splide.js", - "updated": 1734006593870 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/js/splide-intersection.js", - "updated": 1734006593522 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/js/splide-autoscroll.js", - "updated": 1734006593516 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "updated": 1736251852350 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/quote-carousel.html", - "updated": 1736251855666 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "updated": 1736251848453 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/css/splide.css", - "updated": 1734006593117 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/js/splide.js", - "updated": 1734006593870 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/assets/js/splide-intersection.js", - "updated": 1734006593522 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/sections/big-image-box-text.html", - "updated": 1734347880177 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "updated": 1736251851639 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "updated": 1736251856799 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "updated": 1736251852350 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "updated": 1736251852350 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html", - "updated": 1734006596840 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.css", - "updated": 1734006595506 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html", - "updated": 1734006596472 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html", - "updated": 1734006596151 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html", - "updated": 1734006596181 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html", - "updated": 1734006596476 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/video.html", - "updated": 1734006596721 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html", - "updated": 1734006595819 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html", - "updated": 1734006596163 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html", - "updated": 1734006596676 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html", - "updated": 1734006595808 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html", - "updated": 1734006596866 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html", - "updated": 1734006596162 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html", - "updated": 1734006596677 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html", - "updated": 1734006596813 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html", - "updated": 1734006596459 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html", - "updated": 1734006595806 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html", - "updated": 1734006596458 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/components/form.html", - "updated": 1734006596175 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/css/macros.css", - "updated": 1734006594769 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html", - "updated": 1734006596860 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "HOLLOW", - "path": "@hubspot/simple_menu", - "updated": 1736451779084 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "HOLLOW", - "path": "@hubspot/simple_menu", - "updated": 1736451779084 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "MYSQL", - "path": "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "updated": 1718110856478 - }, - { - "asset_source_tracker_type": "MODULE", - "asset_source": "HOLLOW", - "path": "@hubspot/simple_menu", - "updated": 1736451779084 - }, - { - "asset_source_tracker_type": "TEMPLATE", - "asset_source": "MYSQL", - "path": "tabulareditor-nimbly-lite-child-2024/templates/home.html", - "updated": 1734347881616 - } - ], - "logo": "\u003Cimg style=\"border:0;margin:0;padding:0;display:block;text-decoration:none;\" src=\"https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg\" class=\"hs-site-logo\" \u003E", - "False": false, - "absolute_url": "http://143610164.hs-sites-eu1.com/tehome", - "head_elements": { - "type": "HEAD_ELEMENT", - "assets": [], - "placeholder": "\u003C!-- $$__4156_HEAD_ELEMENT__$$ --\u003E" - }, - "favicon_link": "\u003Clink rel=\"SHORTCUT ICON\" href=\"\" \u003E", - "performable_form_post_url": "", - "linked_logo": "\u003Ca href=\"/\"\u003E\u003Cimg border=\"0\" style=\"border:0;margin:0;padding:0;display:block;text-decoration:none;\" src=\"https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg\" alt=\"\"\u003E\u003C/a\u003E", - "theme": { - "layout": { - "maximum_content_width": "1400", - "vertical_spacing": "", - "custom_maximum_content_width": "" - }, - "typography": "", - "buttons": "", - "body_font": "", - "global_colors": "", - "heading_font": "", - "secondary_color": "", - "primary_color": "", - "icons": "", - "forms": "" - }, - "company": { - - }, - "item": { - - }, - "language_overrides": null, - "line_item": { - - }, - "all_widgets": [ - { - "type_name": "module", - "type": "module", - "name": "sticky_header", - "parent_name": null, - "label": "Sticky header", - "line_number": 1, - "module_id": 86868581590, - "params": { - "parent_widget_container": null, - "label": "Sticky header", - "smart_type": "NOT_SMART", - "type": "module", - "export_to_template_context": true, - "field_types": { - "boolean": "boolean" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/n-boolean", - "definition_id": null, - "module_id": 86868581590, - "tag": "module", - "value": "false", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": true, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header-settings.html", - "styles": null, - "custom_widget_display_name": "n-boolean", - "overrideable": false - }, - { - "type_name": "dnd_area", - "type": "dnd_area", - "name": "global-header-settings-dndarea", - "parent_name": null, - "label": "Global header settings", - "line_number": 6, - "params": { - "parent_widget_container": null, - "label": "Global header settings", - "tag": "dnd_area", - "type": "dnd_area", - "class": "global-header-settings global-partial", - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header-settings.html", - "styles": null, - "custom_widget_display_name": null, - "overrideable": true - }, - { - "type_name": "dnd_area", - "type": "dnd_area", - "name": "global-header-dndarea", - "parent_name": null, - "label": "Global header", - "line_number": 34, - "params": { - "parent_widget_container": null, - "label": "Global header", - "tag": "dnd_area", - "type": "dnd_area", - "class": "global-header global-partial", - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header.html", - "styles": null, - "custom_widget_display_name": null, - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "global-header-dndarea-module-2", - "parent_name": null, - "label": null, - "line_number": 10, - "module_id": 194387751113, - "params": { - "buttons": { - "button": [ - { - "accessible_link": true, - "icon": { - "icon": { - "name": "arrow-right", - "type": "SOLID", - "unicode": "f061", - "icon_set": "fontawesome-5.14.0" - }, - "icon_position": "right", - "svg": "\u003Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E" - }, - "link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "text": "Start Free Trial" - } - ], - "secondary_button": [ - { - "accessible_link": true, - "icon": { - "icon": { - "name": "arrow-right", - "type": "SOLID", - "unicode": "f061", - "icon_set": "fontawesome-5.14.0" - }, - "icon_position": "right", - "svg": "\u003Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E" - }, - "link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "text": "Sign In" - } - ] - }, - "site_header_components": [ - { - "component": "Language", - "show": true - }, - { - "component": "Search", - "show": false - }, - { - "component": "Links", - "show": true - }, - { - "component": "Buttons", - "show": true - } - ], - "global": false, - "parent_widget_container": "global-header-dndarea", - "org_tag": "module_block", - "menu": { - "menu": 84954968771 - }, - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "search": "group", - "buttons": "group", - "site_header_components": "group", - "logo": "group", - "language_switcher": "group", - "style": "group", - "links": "group", - "menu": "group", - "ctas": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/site-header", - "definition_id": null, - "module_id": 194387751113, - "logo": { - "link": { - "type": "EXTERNAL", - "content_id": null, - "href": "//", - "href_with_scheme": "//" - }, - "logo": { - "alt": "Tabular Editor", - "height": 50, - "override_inherited_src": true, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/tabular-editor-logo.svg", - "suppress_company_name": true, - "width": 263 - } - }, - "style": { - "button": { - "icon": { - - }, - "spacing": { - "spacing": { - "padding": { - "bottom": { - - }, - "left": { - "units": "px", - "value": 12 - }, - "right": { - "units": "px", - "value": 12 - }, - "top": { - - } - }, - "css": "padding-right: 12px;\npadding-left: 12px;\n" - } - } - }, - "general": { - "background": { - "color": { - "color": "#EFEAE1", - "opacity": 100, - "rgba": "rgba(239, 234, 225, 1)", - "rgb": "rgb(239, 234, 225)", - "hex": "#EFEAE1", - "css": "#EFEAE1" - } - }, - "mobile_breakpoint": { - "mobile_breakpoint": "1200" - }, - "spacing": { - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 30 - }, - "left": { - "units": "px", - "value": 30 - }, - "right": { - "units": "px", - "value": 30 - }, - "top": { - "units": "px", - "value": 30 - } - }, - "css": "padding: 30px;\n" - } - } - }, - "logo": { - "logo_on_mobile": { - "size": { - "width": 200 - } - } - }, - "menu": { - "dropdown": { - "border": { - "border": { - "bottom": { - "color": "#CCCCCC", - "opacity": 100, - "style": "none", - "width": { - "units": "px", - "value": 1 - } - }, - "left": { - "color": "#CCCCCC", - "opacity": 100, - "style": "none", - "width": { - "units": "px", - "value": 1 - } - }, - "right": { - "color": "#CCCCCC", - "opacity": 100, - "style": "none", - "width": { - "units": "px", - "value": 1 - } - }, - "top": { - "color": "#CCCCCC", - "opacity": 100, - "style": "none", - "width": { - "units": "px", - "value": 1 - } - }, - "css": "border: 1px none #CCCCCC;\n" - } - }, - "links": { - "font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": 18, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "font-size: 18px;" - }, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 7 - }, - "left": { - "units": "px", - "value": 15 - }, - "right": { - "units": "px", - "value": 15 - }, - "top": { - "units": "px", - "value": 7 - } - }, - "css": "padding-top: 7px;\npadding-right: 15px;\npadding-bottom: 7px;\npadding-left: 15px;\n" - } - }, - "spacing": { - "spacing": { - "margin": { - "bottom": { - "units": "px", - "value": 20 - }, - "top": { - "units": "px", - "value": 20 - } - }, - "padding": { - "bottom": { - "units": "px", - "value": 10 - }, - "left": { - "units": "px", - "value": 10 - }, - "right": { - "units": "px", - "value": 10 - }, - "top": { - "units": "px", - "value": 10 - } - }, - "css": "padding: 10px;\nmargin-top: 20px;\nmargin-bottom: 20px;\n" - }, - "width": 215 - } - }, - "links": { - "font": { - "font": "Albert Sans", - "font_set": "GOOGLE", - "styles": { - "font-family": "'Albert Sans'", - "font-style": "normal", - "font-weight": 500, - "text-decoration": "none" - }, - "size": 20, - "size_unit": null, - "color": "#1d1d1d", - "variant": "500", - "fallback": null, - "style": "font-family: 'Albert Sans'; font-style: normal; font-weight: 500; text-decoration: none", - "css": "color: #1d1d1d;font-size: 20px;font-family: 'Albert Sans'; font-weight: 500;" - } - }, - "spacing": { - "spacing": { - "padding": { - "bottom": { - - }, - "left": { - - }, - "right": { - "units": "px", - "value": 25 - }, - "top": { - - } - }, - "css": "padding-right: 25px;\n" - } - } - }, - "mobile_menu_toggler": { - "alignment": { - "alignment": "right" - } - }, - "secondary_button": { - "icon": { - - }, - "presets": { - "style": "btn-secondary1" - }, - "spacing": { - "spacing": { - "padding": { - "bottom": { - - }, - "left": { - "units": "px", - "value": 12 - }, - "right": { - "units": "px", - "value": 12 - }, - "top": { - - } - }, - "css": "padding-right: 12px;\npadding-left: 12px;\n" - } - } - } - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header.html", - "styles": null, - "custom_widget_display_name": "Site header", - "overrideable": false - }, - { - "type_name": "dnd_area", - "type": "dnd_area", - "name": "dnd_area", - "parent_name": null, - "label": "Home template", - "line_number": 8, - "params": { - "parent_widget_container": null, - "label": "Home template", - "tag": "dnd_area", - "type": "dnd_area", - "class": "home-template", - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": null, - "styles": null, - "custom_widget_display_name": null, - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-1-module-2", - "parent_name": null, - "label": null, - "line_number": 8, - "module_id": 194393146572, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "hero_image_group": "group", - "style": "group", - "hero_image_mode": "boolean", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "definition_id": null, - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - }, - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Start Free Trial", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-5", - "heading_tag": "h1", - "heading_text": "The goto tool for Power BI Tabular modelling", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "media", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Get started right away!", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image": { - "alt": "startpage-hero", - "height": 950, - "loading": "disabled", - "max_height": 950, - "max_width": 950, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/startpage-hero.png", - "width": 950 - }, - "full_width_image_aspect_ratio": "1/1", - "full_width_image_opt_visibility": true - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "content_gap": 44, - "max_width": 550, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - }, - "css": "padding: px;\n" - } - }, - "card_style_group2": { - "background_color": { - "color": "#98DAA4", - "opacity": 100, - "rgba": "rgba(152, 218, 164, 1)", - "rgb": "rgb(152, 218, 164)", - "hex": "#98DAA4", - "css": "#98DAA4" - }, - "background_type": "background_color" - }, - "mobile_gap": 44 - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/text-big-image.html", - "styles": null, - "custom_widget_display_name": "Unicard Left|Right", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-2-module-3", - "parent_name": null, - "label": null, - "line_number": 12, - "module_id": 194393146573, - "params": { - "heading": { - "heading_style": "display-6", - "heading_text": "Streamline, automate & boost performance with the ultimate Power BI modelling tool ", - "heading_text_prop_visibility": true - }, - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "definition_id": null, - "module_id": 194393146573, - "style": { - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - }, - "css": "padding: px;\n" - } - }, - "tag": "module", - "module_components": [ - "main_heading" - ], - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/three-column-icon-text-button.html", - "styles": null, - "custom_widget_display_name": "Unicard", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-2-module-5", - "parent_name": null, - "label": null, - "line_number": 30, - "module_id": 194393146571, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "style": "group", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-group", - "definition_id": null, - "module_id": 194393146571, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Learn more", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "h4", - "heading_tag": "h2", - "heading_text": "Streamlined Model Development", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_background": { - "color": null, - "opacity": 0, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "icon_color": { - "color": "#000000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000000", - "css": "rgba(0, 0, 0, 0%)" - }, - "icon_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'\u003E \u003Cpath d='M4 12C5.2 13 6.4 14 9 14C14 14 14 10 19 10C24.2 10 23.8 14 29 14C34 14 34 10 39 10C41.6 10 42.8 11 44 12' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M4 24C5.2 25 6.4 26 9 26C14 26 14 22 19 22C24.2 22 23.8 26 29 26C34 26 34 22 39 22C41.6 22 42.8 23 44 24' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M4 36C5.2 37 6.4 38 9 38C14 38 14 34 19 34C24.2 34 23.8 38 29 38C34 38 34 34 39 34C41.6 34 42.8 35 44 36' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "icon_prop_visibility": true, - "icon_size": 48, - "icon_type": "inline_svg" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "icon", - "module_components": [ - "media", - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Learn more", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "h4", - "heading_tag": "h2", - "heading_text": "Automate Repetitive Tasks", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_background": { - "color": null, - "opacity": 0, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "icon_color": { - "color": "#000000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000000", - "css": "rgba(0, 0, 0, 0%)" - }, - "icon_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'\u003E \u003Cpath d='M24.44 4H23.56C22.4991 4 21.4817 4.42143 20.7316 5.17157C19.9814 5.92172 19.56 6.93913 19.56 8V8.36C19.5593 9.06145 19.3741 9.75038 19.0231 10.3577C18.672 10.965 18.1675 11.4693 17.56 11.82L16.7 12.32C16.0919 12.6711 15.4022 12.8559 14.7 12.8559C13.9979 12.8559 13.3081 12.6711 12.7 12.32L12.4 12.16C11.4821 11.6305 10.3917 11.4869 9.36801 11.7606C8.34434 12.0343 7.47111 12.7031 6.94 13.62L6.5 14.38C5.97053 15.2979 5.82689 16.3883 6.10062 17.412C6.37435 18.4357 7.04308 19.3089 7.96 19.84L8.26 20.04C8.86456 20.389 9.36724 20.8902 9.71811 21.4937C10.069 22.0971 10.2558 22.7819 10.26 23.48V24.5C10.2628 25.2048 10.0793 25.8979 9.72809 26.509C9.37688 27.1201 8.87042 27.6276 8.26 27.98L7.96 28.16C7.04308 28.6911 6.37435 29.5643 6.10062 30.588C5.82689 31.6117 5.97053 32.7021 6.5 33.62L6.94 34.38C7.47111 35.2969 8.34434 35.9657 9.36801 36.2394C10.3917 36.5131 11.4821 36.3695 12.4 35.84L12.7 35.68C13.3081 35.3289 13.9979 35.1441 14.7 35.1441C15.4022 35.1441 16.0919 35.3289 16.7 35.68L17.56 36.18C18.1675 36.5307 18.672 37.035 19.0231 37.6423C19.3741 38.2496 19.5593 38.9385 19.56 39.64V40C19.56 41.0609 19.9814 42.0783 20.7316 42.8284C21.4817 43.5786 22.4991 44 23.56 44H24.44C25.5009 44 26.5183 43.5786 27.2684 42.8284C28.0186 42.0783 28.44 41.0609 28.44 40V39.64C28.4407 38.9385 28.6259 38.2496 28.9769 37.6423C29.328 37.035 29.8325 36.5307 30.44 36.18L31.3 35.68C31.9081 35.3289 32.5979 35.1441 33.3 35.1441C34.0021 35.1441 34.6919 35.3289 35.3 35.68L35.6 35.84C36.5179 36.3695 37.6083 36.5131 38.632 36.2394C39.6557 35.9657 40.5289 35.2969 41.06 34.38L41.5 33.6C42.0295 32.6821 42.1731 31.5917 41.8994 30.568C41.6257 29.5443 40.9569 28.6711 40.04 28.14L39.74 27.98C39.1296 27.6276 38.6231 27.1201 38.2719 26.509C37.9207 25.8979 37.7372 25.2048 37.74 24.5V23.5C37.7372 22.7952 37.9207 22.1021 38.2719 21.491C38.6231 20.8799 39.1296 20.3724 39.74 20.02L40.04 19.84C40.9569 19.3089 41.6257 18.4357 41.8994 17.412C42.1731 16.3883 42.0295 15.2979 41.5 14.38L41.06 13.62C40.5289 12.7031 39.6557 12.0343 38.632 11.7606C37.6083 11.4869 36.5179 11.6305 35.6 12.16L35.3 12.32C34.6919 12.6711 34.0021 12.8559 33.3 12.8559C32.5979 12.8559 31.9081 12.6711 31.3 12.32L30.44 11.82C29.8325 11.4693 29.328 10.965 28.9769 10.3577C28.6259 9.75038 28.4407 9.06145 28.44 8.36V8C28.44 6.93913 28.0186 5.92172 27.2684 5.17157C26.5183 4.42143 25.5009 4 24.44 4Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "icon_prop_visibility": true, - "icon_size": 48, - "icon_type": "inline_svg" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "icon", - "module_components": [ - "media", - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor supports custom scripting, so you can automate routine tasks like creating calculated columns or formatting measures.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Learn more", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "h4", - "heading_tag": "h2", - "heading_text": "Boost Model Performance ", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_background": { - "color": null, - "opacity": 0, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "icon_color": { - "color": "#000000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000000", - "css": "rgba(0, 0, 0, 0%)" - }, - "icon_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'\u003E \u003Cpath d='M9 32.9999C6 35.5199 5 42.9999 5 42.9999C5 42.9999 12.48 41.9999 15 38.9999C16.42 37.3199 16.4 34.7399 14.82 33.1799C14.0426 32.4379 13.0186 32.0092 11.9445 31.976C10.8703 31.9427 9.82175 32.3074 9 32.9999Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M24 30L18 24C19.0643 21.2389 20.4044 18.5921 22 16.1C24.3304 12.374 27.5752 9.30611 31.426 7.18819C35.2768 5.07028 39.6053 3.97275 44 4.00001C44 9.44001 42.44 19 32 26C29.4738 27.5975 26.7937 28.9375 24 30Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M18 24H8C8 24 9.1 17.94 12 16C15.24 13.84 22 16 22 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E \u003Cpath d='M24 30V40C24 40 30.06 38.9 32 36C34.16 32.76 32 26 32 26' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "icon_prop_visibility": true, - "icon_size": 48, - "icon_type": "inline_svg" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "icon", - "module_components": [ - "media", - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor helps you optimize your tabular models with tools like the Best Practice Analyzer and partition management.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "content_gap": 20 - }, - "grid_layout": { - "gap": 90 - } - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/three-column-icon-text-button.html", - "styles": null, - "custom_widget_display_name": "Unicard group", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-3-module-2", - "parent_name": null, - "label": null, - "line_number": 8, - "module_id": 194393146572, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "hero_image_group": "group", - "style": "group", - "hero_image_mode": "boolean", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "definition_id": null, - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "icon_set": "fontawesome-5.0.10", - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "primary", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Time to use your time better", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "video", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "hubspot_video": { - "height": 0, - "player_id": 193737554168, - "player_type": "hsvideo2", - "width": 0 - }, - "hubspot_video_play_button_color": { - "color": "#00A99D", - "opacity": 100, - "rgba": "rgba(0, 169, 157, 1)", - "rgb": "rgb(0, 169, 157)", - "hex": "#00A99D", - "css": "#00A99D" - }, - "video_prop_visibility": true, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "alignment": { - "horizontal_align": "LEFT", - "vertical_align": "MIDDLE", - "css": "" - }, - "content_gap": 44, - "max_width": 550 - }, - "card_style_group2": { - "alignment": { - "css": "", - "horizontal_align": "LEFT", - "vertical_align": "MIDDLE" - }, - "spacing": { - "css": "padding: 0px;\n", - "padding": { - "bottom": { - "units": "px", - "value": 0 - }, - "left": { - "units": "px", - "value": 0 - }, - "right": { - "units": "px", - "value": 0 - }, - "top": { - "units": "px", - "value": 0 - } - } - } - }, - "mobile_gap": 44 - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/text-video.html", - "styles": null, - "custom_widget_display_name": "Unicard Left|Right", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-4-module-2", - "parent_name": null, - "label": null, - "line_number": 8, - "module_id": 194393146572, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "hero_image_group": "group", - "style": "group", - "hero_image_mode": "boolean", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "definition_id": null, - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "main_heading", - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 27", - "height": 674, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/tabular-editor-323.jpg", - "width": 691 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "inline", - "button_size": "regular", - "button_style": "secondary1", - "button_text": "Explore & Compare Features", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_additional_customization": true, - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Unique feature set", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "list_group": { - "list_inline": false, - "list_item": [ - { - "list_item_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000", - "css": "rgba(0, 0, 0, 0%)" - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Utilize Tabular Editor and its powerful features in your workflow" - }, - { - "list_item_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000", - "css": "rgba(0, 0, 0, 0%)" - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Apply best practices and performance tips for tabular models" - }, - { - "list_item_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000", - "css": "rgba(0, 0, 0, 0%)" - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Debug your DAX down to the last iterator" - }, - { - "list_item_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000", - "css": "rgba(0, 0, 0, 0%)" - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "Use scripting and automation to speed up your development" - }, - { - "list_item_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "list_item_icon_color": { - "color": "#000", - "opacity": 0, - "rgba": "rgba(0, 0, 0, 0)", - "rgb": "rgb(0, 0, 0)", - "hex": "#000", - "css": "rgba(0, 0, 0, 0%)" - }, - "list_item_icon_type": "inline_svg", - "list_item_image": { - "loading": "disabled", - "src": "" - }, - "list_item_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'\u003E \u003Cpath d='M1 7.34762L8.92951 14.4054L20.0308 1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "list_item_text": "And many more!" - } - ], - "list_item_icon_gap": 19, - "list_item_icon_size": 19 - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "list", - "buttons" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group2": { - "alignment": { - "horizontal_align": "LEFT", - "vertical_align": "MIDDLE", - "css": "" - }, - "content_gap": 40 - }, - "desktop_gap": 124, - "mobile_gap": 44 - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/image-text-list.html", - "styles": null, - "custom_widget_display_name": "Unicard Left|Right", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-module-6", - "parent_name": null, - "label": null, - "line_number": 14, - "module_id": 194393146573, - "params": { - "heading": { - "heading_style": "display-4", - "heading_text": "Trusted by 50 000 + customers", - "heading_text_prop_visibility": true - }, - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "definition_id": null, - "module_id": 194393146573, - "tag": "module", - "module_components": [ - "main_heading" - ], - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": null, - "styles": null, - "custom_widget_display_name": "Unicard", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-7-module-2", - "parent_name": null, - "label": null, - "line_number": 8, - "module_id": 194393184470, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "style": "group", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "definition_id": null, - "module_id": 194393184470, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "Havens consulting", - "height": 53, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/havens_consulting.png", - "width": 150 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "sqlbi", - "height": 56, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/sqlbi.png", - "width": 173 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 25", - "height": 49, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/enterprise_dna.png", - "width": 255 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 24 (2)", - "height": 48, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/rockwell_automation.png", - "width": 207 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "alignment": { - "horizontal_align": "CENTER", - "css": "" - }, - "background_color": { - "color": "#FFFFFF", - "opacity": 50, - "rgba": "rgba(255, 255, 255, 0.5)", - "rgb": "rgb(255, 255, 255)", - "hex": "#FFFFFF", - "css": "rgba(255, 255, 255, 50%)" - }, - "background_type": "background_color", - "content_gap": 24, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 37 - }, - "left": { - - }, - "right": { - - }, - "top": { - "units": "px", - "value": 37 - } - }, - "css": "padding-top: 37px;\npadding-bottom: 37px;\n" - } - }, - "carousel_per_page": 5, - "carousel_preset": "auto-scroll" - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/carousel-autoscroll.html", - "styles": null, - "custom_widget_display_name": "Unicard carousel", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-module-9", - "parent_name": null, - "label": null, - "line_number": 33, - "module_id": 194393146573, - "params": { - "heading": { - "heading_style": "display-4", - "heading_text": "What are people saying about TE3?", - "heading_text_prop_visibility": true - }, - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "definition_id": null, - "module_id": 194393146573, - "tag": "module", - "module_components": [ - "main_heading" - ], - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": null, - "styles": null, - "custom_widget_display_name": "Unicard", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-11-module-2", - "parent_name": null, - "label": null, - "line_number": 8, - "module_id": 195135205564, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "style": "group", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "definition_id": null, - "module_id": 195135205564, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Reid Havens", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder | BI Evangelist", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Havens Consulting Inc", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Going from legacy Tabular Editor to Tabular Editor 3 felt like as big a leap as the jump from developing in Power BI Desktop to the first Tabular Editor! So many amazing features, robust AutoComplete, configurable work environment, and too many more to list!”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (83)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Alberto Ferrari", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“It is quite simple, indeed. If you are a carpenter, then you need a hammer. If you are a taxi driver, then you need a car. If you are a Tabular BI Developer, then you need Tabular Editor 3. To me, Tabular editor 3 is THE development tool for Tabular.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (84)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/alberto.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "alignment": { - "horizontal_align": "LEFT", - "css": "" - }, - "background_color": { - "color": "#98DAA4", - "opacity": 100, - "rgba": "rgba(152, 218, 164, 1)", - "rgb": "rgb(152, 218, 164)", - "hex": "#98DAA4", - "css": "#98DAA4" - }, - "background_type": "background_color", - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 60 - }, - "left": { - "units": "px", - "value": 60 - }, - "right": { - "units": "px", - "value": 60 - }, - "top": { - "units": "px", - "value": 60 - } - }, - "css": "padding: 60px;\n" - } - }, - "carousel_navigation": true, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - }, - "css": "padding: px;\n" - } - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/quote-carousel.html", - "styles": null, - "custom_widget_display_name": "TabularEditor Unicard carousel", - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "dnd_area-dnd_partial-12-module-2", - "parent_name": null, - "label": null, - "line_number": 8, - "module_id": 194393146572, - "params": { - "parent_widget_container": "dnd_area", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "hero_image_group": "group", - "style": "group", - "hero_image_mode": "boolean", - "card_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "definition_id": null, - "module_id": 194393146572, - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image": { - "alt": "startpage-last", - "height": 1894, - "loading": "disabled", - "max_height": 1894, - "max_width": 1894, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/startpage-last.jpg", - "width": 1894 - }, - "full_width_image_aspect_ratio": "1/1", - "full_width_image_opt_visibility": true - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Book a demo", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Let us show you how TE3 can elevate your data modeling!", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "media", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "background_type": "background_color" - }, - "card_style_group2": { - "content_gap": 44, - "max_width": 550, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - }, - "css": "padding: px;\n" - } - }, - "desktop_gap": 124, - "mobile_gap": 44 - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/big-image-box-text.html", - "styles": null, - "custom_widget_display_name": "Unicard Left|Right", - "overrideable": true - }, - { - "type_name": "dnd_area", - "type": "dnd_area", - "name": "global-footer-dndarea", - "parent_name": null, - "label": "Global footer", - "line_number": 88, - "params": { - "parent_widget_container": null, - "label": "Global footer", - "tag": "dnd_area", - "type": "dnd_area", - "class": "global-footer global-partial", - "overrideable": true - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": null, - "overrideable": true - }, - { - "type_name": "module", - "type": "module", - "name": "global-footer-dndarea-module-3", - "parent_name": null, - "label": null, - "line_number": 14, - "module_id": 194393146573, - "params": { - "heading": { - "heading_additional_customization": true, - "heading_color": { - "color": "#ffffff", - "opacity": 100, - "rgba": "rgba(255, 255, 255, 1)", - "rgb": "rgb(255, 255, 255)", - "hex": "#ffffff", - "css": "#ffffff" - }, - "heading_style": "display-1", - "heading_tag": "h2", - "heading_text": "Ready to get started?", - "heading_text_prop_visibility": true - }, - "parent_widget_container": "global-footer-dndarea", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "definition_id": null, - "module_id": 194393146573, - "style": { - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 10 - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - }, - "css": "padding-bottom: 10px;\n" - } - }, - "tag": "module", - "module_components": [ - "main_heading" - ], - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Unicard", - "overrideable": false - }, - { - "type_name": "module", - "type": "module", - "name": "global-footer-dndarea-module-5", - "parent_name": null, - "label": null, - "line_number": 27, - "module_id": 194393146573, - "params": { - "heading": { - "heading_style": "h6", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "parent_widget_container": "global-footer-dndarea", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Try Tabular Editor 3 for free", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - }, - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "is_widget_block": true, - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "definition_id": null, - "module_id": 194393146573, - "style": { - "content_gap": 45, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 15 - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - }, - "css": "padding-bottom: 15px;\n" - } - }, - "tag": "module", - "module_components": [ - "main_heading", - "buttons" - ], - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Unicard", - "overrideable": false - }, - { - "type_name": "simple_menu", - "type": "simple_menu", - "name": "global-footer-dndarea-module-7_", - "parent_name": "global-footer-dndarea-module-7", - "label": null, - "line_number": 1, - "params": { - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "About us", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Contact us", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Technical Support", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "root_type": "site_root", - "site_map_name": "", - "max_levels": 2147483647, - "parent_widget_container": "global-footer-dndarea", - "tag": "simple_menu", - "flyouts": true, - "type": "simple_menu", - "content_editable_values": [ - "menu_tree", - "orientation" - ], - "flow": "horizontal", - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": true, - "parent_template_path": "@hubspot/simple_menu.module/module.html", - "styles": null, - "custom_widget_display_name": null, - "overrideable": false - }, - { - "type_name": "module", - "type": "module", - "name": "global-footer-dndarea-module-7", - "parent_name": null, - "label": null, - "line_number": 45, - "module_id": 1790630, - "params": { - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "About us", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Contact us", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Technical Support", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "parent_widget_container": "global-footer-dndarea", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "menu_tree": "simplemenu", - "orientation": "choice" - }, - "path": "@hubspot/simple_menu", - "definition_id": null, - "module_id": 1790630, - "tag": "module", - "extra_classes": "widget-type-simple_menu", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Simple Menu", - "overrideable": false - }, - { - "type_name": "simple_menu", - "type": "simple_menu", - "name": "global-footer-dndarea-module-9_", - "parent_name": "global-footer-dndarea-module-9", - "label": null, - "line_number": 1, - "params": { - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "LinkedIn", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Twitter", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "root_type": "site_root", - "site_map_name": "", - "max_levels": 2147483647, - "parent_widget_container": "global-footer-dndarea", - "tag": "simple_menu", - "flyouts": true, - "type": "simple_menu", - "content_editable_values": [ - "menu_tree", - "orientation" - ], - "flow": "horizontal", - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": true, - "parent_template_path": "@hubspot/simple_menu.module/module.html", - "styles": null, - "custom_widget_display_name": null, - "overrideable": false - }, - { - "type_name": "module", - "type": "module", - "name": "global-footer-dndarea-module-9", - "parent_name": null, - "label": null, - "line_number": 58, - "module_id": 1790630, - "params": { - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "LinkedIn", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Twitter", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "parent_widget_container": "global-footer-dndarea", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "menu_tree": "simplemenu", - "orientation": "choice" - }, - "path": "@hubspot/simple_menu", - "definition_id": null, - "module_id": 1790630, - "tag": "module", - "extra_classes": "widget-type-simple_menu", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Simple Menu", - "overrideable": false - }, - { - "type_name": "module", - "type": "module", - "name": "global-footer-dndarea-module-11", - "parent_name": null, - "label": null, - "line_number": 76, - "module_id": 86868581591, - "params": { - "parent_widget_container": "global-footer-dndarea", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "style": "group" - }, - "path": "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "definition_id": null, - "module_id": 86868581591, - "style": { - "color": { - "color": { - "color": "#EFEAE1", - "opacity": 20, - "rgba": "rgba(239, 234, 225, 0.2)", - "rgb": "rgb(239, 234, 225)", - "hex": "#EFEAE1", - "css": "rgba(239, 234, 225, 20%)" - } - } - }, - "tag": "module", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Divider.", - "overrideable": false - }, - { - "type_name": "simple_menu", - "type": "simple_menu", - "name": "global-footer-dndarea-module-12_", - "parent_name": "global-footer-dndarea-module-12", - "label": null, - "line_number": 1, - "params": { - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "Privacy & Cookie policy", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Terms & Conditions", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "License terms", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "root_type": "site_root", - "site_map_name": "", - "max_levels": 2147483647, - "parent_widget_container": "global-footer-dndarea", - "tag": "simple_menu", - "flyouts": true, - "type": "simple_menu", - "content_editable_values": [ - "menu_tree", - "orientation" - ], - "flow": "horizontal", - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": true, - "parent_template_path": "@hubspot/simple_menu.module/module.html", - "styles": null, - "custom_widget_display_name": null, - "overrideable": false - }, - { - "type_name": "module", - "type": "module", - "name": "global-footer-dndarea-module-12", - "parent_name": null, - "label": null, - "line_number": 90, - "module_id": 1790630, - "params": { - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "Privacy & Cookie policy", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Terms & Conditions", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "License terms", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "parent_widget_container": "global-footer-dndarea", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "type": "module", - "widget_type": "module", - "is_widget_block": true, - "field_types": { - "menu_tree": "simplemenu", - "orientation": "choice" - }, - "path": "@hubspot/simple_menu", - "definition_id": null, - "module_id": 1790630, - "tag": "module", - "extra_classes": "widget-type-simple_menu", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - }, - "is_global": false, - "export_to_template_context": false, - "nested_in_cmv2_module": false, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Simple Menu", - "overrideable": false - } - ], - "css_assets": { - "type": "CSS_HEAD", - "assets": [ - { - "type": "INLINE_CSS", - "snippet": "a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n", - "priority": 0 - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hub/143610164/hub_generated/template_assets/86864877796/1734006644777/tabulareditor-nimbly-lite-child-2024/css/base.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961827/1736251867108/template_global-theme-settings.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961843/1736251864042/template_sections.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194391961842/1736251861626/template_print.min.css", - "priority": 0, - "style_attributes": { - "async": true, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194387751137/1736251864306/template_custom.min.css", - "priority": 0, - "style_attributes": { - "async": true, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle\u003E\n .skip-link_wrp {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1030;\n background-color: #fff;\n box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);\n margin: 2rem auto 1.2rem 0;\n overflow: hidden;\n }\n .skip-link {\n display: inline-block;\n margin: 0.8rem 1.2rem;\n text-align: center;\n width: 120px;\n }\n .sticky-header {\n position: sticky;\n top: 0;\n z-index: 1030;\n }\n \u003C/style\u003E\n", - "priority": 0 - }, - { - "type": "CSS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hub/143610164/hub_generated/module_assets/194387751113/1734347873369/module_194387751113_site-header.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "INLINE_OTHER", - "snippet": "\u003Cstyle\u003E\n\n .target-blank-link {\n position: relative;\n }\n\n .target-blank-link__msg {\n position: absolute;\n display: block;\n text-align: center;\n bottom: -1.5rem;\n width: 12rem;\n left: 0.5rem;\n background-color: #fff;\n color: #555;\n box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);\n z-index: 1030;\n cursor: default;\n font-size: 0.9rem;\n text-transform: initial;\n font-family: var(--system-fonts);\n font-weight: 400;\n }\n\n .target-blank-link:not(:focus-visible) .target-blank-link__msg {\n position: absolute !important;\n width: 1px !important;\n height: 1px !important;\n padding: 0 !important;\n margin: -1px !important;\n overflow: hidden !important;\n clip: rect(0, 0, 0, 0) !important;\n white-space: nowrap !important;\n border: 0 !important;\n }\n\n .target-blank-link__icon {\n fill: currentColor;\n opacity: 60%;\n }\n\n \u003C/style\u003E", - "priority": 0 - }, - { - "type": "CSS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/module_assets/1/194393146572/1736251852190/module_unicard-left-right.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194387751151/1736251866735/template_unicard.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped id6286b5e\"\u003E\n .scope-root.id6286b5e {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-content-gap: 44px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: px;\n }\n\n \n\n \n \n \n .scope-root.id6286b5e .content-block-top {\n max-width: 550px;\n }\n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"heading\"\u003E\n .heading {\n --_macro-color: var(--scope-hover-color, var(--custom-color, var(--scope-color)));\n --_macro-hover-color: var(--scope-hover-color, var(--custom-hover-color, var(--scope-color)));\n text-wrap: balance;\n overflow-wrap: break-word;\n -webkit-hyphens: auto; /* for Safari */\n hyphens: auto;\n display: inline-flex;\n align-items: center;\n gap: var(--root-heading-icon-gap, .6ch);\n margin: 0;\n text-align: var(--scope-alignment);\n color: var(--_macro-color, var(--global-heading-color));\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n .heading svg {\n width: auto;\n height: var(--root-heading-icon-size, 1.2em);\n fill: currentColor;\n flex-shrink: 0;\n transition-property: fill;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n .heading-link {\n color: var(--_macro-color, var(--color));\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n gap: var(--root-heading-icon-gap, .3ch);\n }\n .heading-link:hover {\n color: var(--_macro-hover-color, var(--hover-color));\n }\n .anchor-heading-link svg.anchor-icon {\n height: 0.8em;\n fill: currentColor;\n opacity: 0;\n transition-property: opacity;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n .anchor-heading-link:hover svg.anchor-icon {\n opacity: 0.5;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"richtext\"\u003E\n .richtext {\n text-align: var(--scope-alignment);\n }\n .richtext \u003E *:first-child {\n margin-top: 0;\n padding-top: 0;\n }\n .richtext \u003E *:last-child {\n margin-bottom: 0;\n padding-bottom: 0;\n }\n .richtext \u003E :where(h1, h2, h3, h4, h5, h6) {\n color: var(--scope-hover-color, var(--scope-color));\n }\n .richtext \u003E * {\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"button-group\"\u003E\n .button-group,\n .btn-block {\n justify-content: var(--scope-alignment);\n }\n .button-group {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n width: 100%;\n gap: var(--custom-button-group-gap, var(--scope-content-gap));\n }\n .btn-block {\n flex-basis: 100%;\n display: flex;\n flex-wrap: wrap;\n }\n :where(.button-group .btn-full-width) {\n width: 100%;\n }\n :where(.button-group .btn-link) {\n gap: var(--root-button-icon-gap, .9ch);\n }\n :where(.button-group) :where(.btn-linkonly, .btn-customlink) {\n --_macro-color: var(--scope-hover-color, var(--custom-color, var(--scope-color)));\n --_macro-hover-color: var(--scope-hover-color, var(--custom-hover-color, var(--scope-color)));\n color: var(--_macro-color, var(--color));\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n :where(.button-group) :where(.btn-linkonly:hover, .btn-customlink:hover) {\n color: var(--_macro-hover-color, var(--hover-color));\n }\n :where(.button-group a) \u003E :where(svg, .btn-image) {\n width: auto;\n height: var(--root-buttonlink-icon-size, 1.2em);\n fill: currentcolor;\n }\n :where(.button-group .btn-link) \u003E :where( svg, .btn-image) {\n height: var(--root-button-icon-size, 1.4em);\n }\n :where(.button-group .btn-link.visually-hidden-text-wrp) \u003E :where( svg, .btn-image) {\n height: var(--root-button-onlyicon-size, 1em);\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"button-group scoped id721e961\"\u003E\n .btn-block721e961 {\n justify-content: start;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped id73bcbdc\"\u003E\n .scope-root.id73bcbdc {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-background: #98DAA4;\n \n --scope-content-gap: 16px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"full-width-image\"\u003E\n .full-width-image {\n width: 100%;\n z-index: -15;\n }\n .full-width-image-item {\n object-fit: cover;\n width: 100%;\n display: block;\n max-width: 100%;\n height: auto;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped idea35774\"\u003E\n .scope-root.idea35774 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-content-gap: 16px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "CSS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/module_assets/1/194393146571/1736251851666/module_unicard-group.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped idbd2add4\"\u003E\n .scope-root.idbd2add4 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-content-gap: 20px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"icon\"\u003E\n .icon-wrp {\n display: inline-flex;\n color: var(--scope-hover-color, var(--custom-color, var(--scope-color)));\n }\n .icon-wrp \u003E svg {\n fill: currentColor;\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"icon scoped id36d1367\"\u003E\n .icon36d1367 \u003E svg {\n width: 48px;\n height: 48px;\n }.icon36d1367 {}.icon36d1367 {\n --custom-color: rgba(0, 0, 0, 0%);\n }\u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped id326fc6f\"\u003E\n .scope-root.id326fc6f {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n --scope-vertical-alignment: center;\n \n \n --scope-content-gap: 44px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n .scope-root.id326fc6f .content-block-top {\n max-width: 550px;\n }\n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped id150f524\"\u003E\n .scope-root.id150f524 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n --scope-vertical-alignment: center;\n \n \n --scope-content-gap: 16px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: 0px;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"video\"\u003E\n .video {\n display: inline-block;\n height: 100%;\n position: relative;\n width: 100%;\n }\n .video .iframe-wrp {\n height: 0;\n padding-bottom: 56.25%;\n position: relative;\n }\n .video .iframe-wrp iframe {\n position: absolute;\n height: 100%;\n width: 100%;\n left: 0;\n top: 0;\n margin: 0 auto;\n right: 0;\n border: 0 none;\n pointer-events: initial;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"simple-image\"\u003E\n .simple-image {\n display: block;\n max-width: 100%;\n height: auto;\n }\n .simple-image-wrp {\n display: flex;\n width: 100%;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped idc9022a7\"\u003E\n .scope-root.idc9022a7 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n --scope-vertical-alignment: center;\n \n \n --scope-content-gap: 40px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"heading scoped ideffee08\"\u003E\n .headingeffee08 {--custom-color: ;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"list-group\"\u003E\n .list-group {\n margin: 0;\n padding: 0;\n list-style-type: none;\n display: flex;\n flex-wrap: wrap;\n flex-direction: column;\n gap: var(--custom-list-gap, 1ch);\n align-items: var(--scope-alignment);\n }\n .listitem {\n --_macro-color: var(--scope-hover-color, var(--custom-color, var(--scope-color)));\n text-wrap: balance;\n overflow-wrap: break-word;\n -webkit-hyphens: auto; /* for Safari */\n hyphens: auto;\n display: inline-flex;\n align-items: center;\n gap: var(--custom-listitem-gap, .6ch);\n color: var(--_macro-color, inherit);\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n .listitem svg {\n height: auto;\n width: var(--custom-listitem-icon-size, 1.2em);\n fill: var(--custom-icon-color, currentColor);\n transition-property: fill;\n flex-shrink: 0;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"list-group scoped id141f525\"\u003E\n .list141f525 .listitem {\n --custom-listitem-gap: 19px;}.list141f525 .listitem svg {\n --custom-listitem-icon-size: 19px;\n }\n .list141f525 .listitem img {\n width: 19px;\n height: auto;\n }\u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "CSS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/module_assets/1/194393184470/1736251849971/module_unicard-carousel.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "CSS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194393184472/1736251861913/template_splide.min.css", - "priority": 0, - "style_attributes": { - "async": true, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped idff8c75b\"\u003E\n .scope-root.idff8c75b {\n \n --scope-alignment: center;\n --scope-border-radius: 0;\n \n \n --scope-background: rgba(255, 255, 255, 50%);\n \n --scope-content-gap: 24px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 37px;\n --scope-padding-bottom: 37px;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "CSS", - "url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/module_assets/1/195135205564/1736251849005/module_tabulareditor-unicard-carousel.min.css", - "priority": 0, - "style_attributes": { - "async": false, - "attributes": { - - }, - "should_use_new_async_css_script": false - } - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped id0a13b3c\"\u003E\n .scope-root.id0a13b3c {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-background: #98DAA4;\n \n --scope-content-gap: 16px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 60px;\n --scope-padding-bottom: 60px;\n --scope-padding-left: 60px;\n --scope-padding-right: 60px;\n --scope-padding: 60px;\n }\n\n \n @media (max-width: 1399.8px) {\n .scope-root.id0a13b3c {\n \n --scope-padding-top: calc(2.8125rem + (60 - 45) * (100vw - 24rem) / (1400 - 375));\n \n \n --scope-padding-bottom: calc(2.8125rem + (60 - 45) * (100vw - 24rem) / (1400 - 375));\n \n \n --scope-padding-left: calc(2.8125rem + (60 - 45) * (100vw - 24rem) / (1400 - 375));\n \n \n --scope-padding-right: calc(2.8125rem + (60 - 45) * (100vw - 24rem) / (1400 - 375));\n \n \n --scope-padding: calc(2.8125rem + (60 - 45) * (100vw - 24rem) / (1400 - 375));\n \n }\n }\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"custom-text-group\"\u003E\n .custom-text-group,\n .custom-text-block {\n justify-content: var(--scope-alignment);\n }\n .custom-text-block {\n flex-basis: 100%;\n display: flex;\n flex-wrap: wrap;\n }\n .custom-text-group {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n gap: var(--root-custom-text-gap, .9ch);\n }\n .custom-text {\n text-align: var(--scope-alignment);\n --_macro-color: var(--scope-hover-color, var(--custom-color, var(--scope-color)));\n color: var(--_macro-color);\n display: block;\n position: relative;\n transition-property: color;\n transition-duration: var(--root-transition-duration);\n transition-timing-function: var(--root-transition-timing-function);\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"custom-text-group scoped idccf2f91\"\u003E\n .customtextccf2f91 {\n \n \n \n \n \n font-size: 16px;font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;\n \n }\u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"custom-text-group scoped id7e1568c\"\u003E\n .customtext7e1568c {\n \n \n \n \n \n font-size: 16px;font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;\n \n }\u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped idd697ea5\"\u003E\n .scope-root.idd697ea5 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-content-gap: 16px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 0;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle\u003E\n \n .global-footer_wrp {\n overflow: hidden;\n }\n\n .global-footer_wrp .divider-module_wrp {\n position: relative;\n }\n\n .global-footer_wrp .divider-module_wrp .divider-module {\n position: absolute;\n top: 0;\n left: -50vw;\n bottom: 0;\n right: -50vw;\n }\n\n \n .global-footer_wrp .btn-large.btn-full-width {\n justify-content: start;\n }\n\n .global-footer_wrp .btn-large.btn-full-width svg {\n font-size: 26px;\n }\n\n \n .global-footer_wrp .widget-type-simple_menu ul[role=\"menu\"] {\n list-style: none;\n margin: 0;\n padding: 0;\n }\n .global-footer_wrp .widget-type-simple_menu a[role=\"menuitem\"] {\n text-decoration: none;\n font-size: 28px;\n color: #fff;\n }\n\n .global-footer_wrp .widget-type-simple_menu a[role=\"menuitem\"]:hover,\n .global-footer_wrp .widget-type-simple_menu a[role=\"menuitem\"]:focus {\n text-decoration: underline;\n }\n\n \n .global-footer_wrp .row-number-10 .widget-type-simple_menu a[role=\"menuitem\"] {\n font-size: 18px;\n }\n\n .global-footer_wrp .widget-type-simple_menu .hs-menu-flow-vertical a[role=\"menuitem\"] {\n padding: 6px 0;\n }\n .global-footer_wrp .widget-type-simple_menu .hs-menu-flow-horizontal ul[role=\"menu\"] {\n display: flex;\n justify-content: flex-start;\n gap: 30px;\n }\n .global-footer_wrp .dnd-section .row-fluid [class*=span]:not([class*=vertical-alignment])\u003E.dnd-row {\n flex-grow: 0;\n }\n\n \n @media (min-width: 992px) {\n .global-footer_wrp .dnd-section .dnd-column .dnd-row .dnd-column:first-child .widget-type-simple_menu .hs-menu-flow-horizontal ul[role=\"menu\"] {\n justify-content: flex-start;\n }\n\n .global-footer_wrp .dnd-section .dnd-column .dnd-row .dnd-column:last-child .widget-type-simple_menu .hs-menu-flow-horizontal ul[role=\"menu\"] {\n justify-content: flex-end;\n }\n }\n \n @media (max-width: 991.98px) {\n .global-footer_wrp .widget-type-simple_menu .hs-menu-flow-horizontal ul[role=\"menu\"] {\n justify-content: flex-start;\n flex-direction: column;\n }\n }\n \u003C/style\u003E\n", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped id169fd19\"\u003E\n .scope-root.id169fd19 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-content-gap: 16px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 10px;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"heading scoped idd098f88\"\u003E\n .headingd098f88 {--custom-color: #ffffff;\n }\n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle data-component=\"unicard scoped ida875349\"\u003E\n .scope-root.ida875349 {\n \n --scope-alignment: start;\n --scope-border-radius: 0;\n \n \n --scope-content-gap: 45px;\n --scope-border: none;\n --scope-border-width: 0px;\n --scope-shadow: var(--shadow-);\n --scope-padding-top: 0;\n --scope-padding-bottom: 15px;\n --scope-padding-left: 0;\n --scope-padding-right: 0;\n --scope-padding: ;\n }\n\n \n\n \n \n \n \u003C/style\u003E\n ", - "priority": 0 - }, - { - "type": "INLINE_OTHER", - "snippet": "\n \u003Cstyle\u003E\n .divider-module {\n display: flex;\n }\n \u003C/style\u003E\n", - "priority": 0 - }, - { - "type": "INLINE_CSS", - "snippet": " @font-face {\n font-family: \"Poppins\";\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n src: url(\"/_hcms/googlefonts/Poppins/regular.woff2\") format(\"woff2\"), url(\"/_hcms/googlefonts/Poppins/regular.woff\") format(\"woff\");\n }\n @font-face {\n font-family: \"Poppins\";\n font-weight: 700;\n font-style: normal;\n font-display: swap;\n src: url(\"/_hcms/googlefonts/Poppins/700.woff2\") format(\"woff2\"), url(\"/_hcms/googlefonts/Poppins/700.woff\") format(\"woff\");\n }\n @font-face {\n font-family: \"Albert Sans\";\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n src: url(\"/_hcms/googlefonts/Albert_Sans/500.woff2\") format(\"woff2\"), url(\"/_hcms/googlefonts/Albert_Sans/500.woff\") format(\"woff\");\n }\n @font-face {\n font-family: \"Albert Sans\";\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n src: url(\"/_hcms/googlefonts/Albert_Sans/regular.woff2\") format(\"woff2\"), url(\"/_hcms/googlefonts/Albert_Sans/regular.woff\") format(\"woff\");\n }\n", - "priority": 0 - }, - { - "type": "INLINE_EDITOR_CSS", - "snippet": ".global-header-dndarea-row-0-force-full-width-section \u003E .row-fluid {\n max-width: none !important;\n}\n.dnd_area-dnd_partial-7-row-0-force-full-width-section \u003E .row-fluid {\n max-width: none !important;\n}\n.dnd_area-row-5-force-full-width-section \u003E .row-fluid {\n max-width: none !important;\n}\n/* HubSpot Styles (default) */\n.global-header-dndarea-row-0-padding {\n padding-top: 0px !important;\n padding-bottom: 0px !important;\n}\n.dnd_area-dnd_partial-2-column-2-padding {\n padding-bottom: 90px !important;\n}\n.dnd_area-dnd_partial-7-row-0-padding {\n padding-top: 40px !important;\n}\n.dnd_area-dnd_partial-12-row-0-padding {\n padding-bottom: 120px !important;\n}\n.dnd_area-row-4-padding {\n padding-bottom: 30px !important;\n}\n.dnd_area-row-5-padding {\n padding-top: 40px !important;\n}\n.dnd_area-row-6-padding {\n padding-bottom: 20px !important;\n}\n.dnd_area-row-8-padding {\n padding-bottom: 120px !important;\n}\n.global-footer-dndarea-row-0-padding {\n padding-top: 110px !important;\n padding-bottom: 55px !important;\n}\n.global-footer-dndarea-row-0-background-layers {\n background-image: linear-gradient(rgba(0, 76, 71, 1), rgba(0, 76, 71, 1)) !important;\n background-position: left top !important;\n background-size: auto !important;\n background-repeat: no-repeat !important;\n}\n.global-footer-dndarea-column-1-row-0-padding {\n padding-bottom: 265px !important;\n}\n.global-footer-dndarea-column-10-padding {\n padding-top: 40px !important;\n padding-bottom: 35px !important;\n}\n/* HubSpot Styles (mobile) */\n@media (max-width: 767px) {\n .dnd_area-dnd_partial-2-column-2-padding {\n padding-bottom: 30px !important;\n }\n .dnd_area-dnd_partial-12-row-0-padding {\n padding-bottom: 60px !important;\n }\n .dnd_area-row-8-padding {\n padding-bottom: 60px !important;\n }\n .global-footer-dndarea-row-0-padding {\n padding-top: 60px !important;\n }\n .global-footer-dndarea-column-1-row-0-padding {\n padding-bottom: 130px !important;\n }\n .global-footer-dndarea-column-10-padding {\n padding-top: 20px !important;\n padding-bottom: 20px !important;\n }\n .global-footer-dndarea-column-13-padding {\n padding-bottom: 40px !important;\n }\n}\n", - "priority": 9.223372036854776e+18 - } - ], - "placeholder": "\u003C!-- $$__4156_CSS_HEAD__$$ --\u003E" - }, - "performable_form_thank_you": "", - "site_settings": { - "id": 84944217532, - "portal_id": 143610164, - "site_id": "", - "updated": null, - "site_settings": { - "id": 84944217532, - "portal_id": 143610164, - "site_id": "", - "updated": 1730893639945, - "created": null, - "author": "", - "body_override_by_domain": { - "143610164.hs-sites-eu1.com": { - "membershipRegistrationFollowUpSettingsV2": null, - "contentLanguage": "en", - "jsIntegrations": { - - } - }, - "mats-nimbly-light-test-account-143610164.hubspotpagebuilder.eu": { - "membershipRegistrationFollowUpSettingsV2": null, - "jsIntegrations": { - - } - }, - "mats-hs.typo3konsult.se": { - "contentLanguage": "en", - "jsIntegrations": { - - } - } - }, - "custom404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite1": "#3574E3", - "color_picker_favorite2": "#444444", - "color_picker_favorite3": "#ffffff", - "color_picker_favorite4": "#ffffff", - "color_picker_favorite5": "#ffffff", - "color_picker_favorite6": "#ffffff", - "company_street_address1": "", - "company_street_address2": "", - "author_at": 0, - "custom_password_template_path": "@hubspot/cmsdefaultsystempages/templates/system/password-prompt.html", - "content_search_results_template_path": "@hubspot/cmsdefaultsystempages/templates/system/search-results.html", - "content_search_results_page_path": "hs-search-results", - "enable_language_specific_redirects": true, - "membership_registration_template_path": null, - "membership_login_template_path": null, - "membership_password_reset_request_template_path": null, - "membership_registration_follow_up_settings": null, - "membership_registration_follow_up_settings_v2": { - "enabled": false, - "template_id": null, - "timings": [] - }, - "membership_session_timeout_duration_seconds": null, - "membership_password_reset_template_path": null, - "membership_access_denied_template_path": null, - "membership_logout_template_path": null, - "membership_registration_email_template_id": null, - "membership_registration_email_template_path": null, - "membership_password_reset_email_template_id": null, - "membership_registration_follow_up_email_template_id": null, - "membership_confirmation_email_template_id": null, - "membership_passwordless_auth_email_template_id": null, - "membership_password_reset_email_template_path": null, - "membership_password_saved_email_template_id": null, - "membership_password_saved_email_template_path": null, - "membership_verify_registration_template_path": null, - "membership_confirm_registration_template_path": null, - "membership_passwordless_auth_confirmation_template_path": null, - "membership_company_name": "", - "membership_website_admin": "", - "membership_registration_redirect_id": null, - "membership_login_redirect_id": null, - "membership_logout_redirect_id": null, - "membership_sso_enabled": false, - "membership_jwt_enabled": false, - "membership_passwordless_auth_enabled": true, - "membership_self_registration_enabled": true, - "membership_social_auth_configured": { - - }, - "membership_social_auth_enabled": { - - }, - "membership_oauth_configured": { - - }, - "membership_oauth_enabled": false, - "include_jquery": null, - "jquery_version": "1.7.x", - "include_jquery_migrate": false, - "include_jquery_in_footer": null, - "logo_src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "logo_alt": "", - "logo_width": 169, - "logo_height": 42, - "logo_has_user_changes": false, - "favicon_url": "", - "favicon_src": "", - "favicon_alt": "favicon.ico", - "favicon_height": "16", - "favicon_width": "16", - "head_html": "", - "footer_html": "", - "theme_number": null, - "attached_stylesheets": [], - "attached_amp_stylesheet": 0, - "enable_domain_stylesheets": null, - "include_default_custom_css": null, - "default_page_style_id": null, - "has_seen_template_builder_welcome_message": false, - "has_seen_template_builder_new_layout_drag_and_drop_welcome_message": false, - "primary_font": "sans-serif", - "secondary_font": "sans-serif", - "primary_font_size": "15", - "secondary_font_size": "12", - "primary_accent_color": "#3574E3", - "secondary_accent_color": "#102d7b", - "primary_font_color": "#444444", - "secondary_font_color": "#999999", - "body_color": "#ffffff", - "background_color": "#f2f2f2", - "body_border_color_choice": "BORDER_AUTOMATIC", - "body_border_color": "#cccccc", - "company_name": "", - "company_city": "", - "company_state": "", - "company_country": "", - "company_zip": "", - "company_phone": "", - "company_can_spam_info": "", - "office_location_name": "", - "custom_reply_to_emails": [], - "custom_from_names": [], - "from_address_properties": { - - }, - "from_name_properties": { - - }, - "email_publishers": [], - "account_from_address_properties": { - - }, - "account_from_name_properties": { - - }, - "custom_subscription_preferences": "", - "custom_subscription_confirmation": "", - "custom_unsubscribe_simple": "", - "has_hubspot_email_footer": true, - "email_body_width": "600", - "email_body_padding": "30", - "email_optin_enabled": false, - "email_optin_content_id": null, - "email_optin_followup_enabled": false, - "email_optin_followup_content_id": null, - "email_optin_confirmation_page_id": null, - "email_resubscribe_content_id": null, - "email_resubscribe_enabled": false, - "email_resubscribe_enabled_no_default": false, - "email_rss_date_language": "en_US", - "email_rss_date_format": "EEEE, MMMM d, yyyy h:mm a", - "email_open_tracking_anonymization_enabled": false, - "utm_source_tracking": "REWRITE_ALL", - "utm_automatic_tracking": true, - "utm_automatic_plain_text_tracking": true, - "utm_identity_tracking": true, - "graymail_suppression_list_id": null, - "graymail_suppression_ils_list_id": null, - "graymail_suppression_enabled_by_default": true, - "email_smart_pqls": { - - }, - "merge_tag_defaults": { - - }, - "page_merge_tag_defaults": { - - }, - "account_merge_tag_defaults": { - - }, - "page_account_merge_tag_defaults": { - - }, - "owner_merge_tag_defaults": { - - }, - "page_owner_merge_tag_defaults": { - - }, - "google_analytics_account": "", - "robots_txt": "User-agent: *\nDisallow:", - "robots_txt_touched": false, - "site_map_includes": [ - "all-blog-posts", - "all-pages-in-site-maps" - ], - "default_file_hosting_domain": "", - "content_language": "", - "add_domain_lang_to_slug": false, - "self_link_rel_canonicalize_pages_and_blog_posts": true, - "self_link_rel_canonicalize_blog_listing_pages": false, - "hsts_max_age": 0, - "is_hsts_preload_enabled": false, - "is_hsts_include_subdomains_enabled": false, - "is_enrolled_for_auto_cookie_blocking": false, - "label": "84944217532", - "company_domain": "", - "deleted_at": null, - "cdn_purge_embargo_time": null, - "body": { - "author": null, - "updated_by_id": 47942679, - "office_location_name": "", - "company_name": "", - "company_street_address_1": "", - "company_street_address_2": "", - "company_city": "", - "company_state": "", - "company_country": "", - "company_zip": "", - "company_phone": "", - "content_search_results_page_path": "hs-search-results", - "custom_404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom_500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "custom_password_template_path": "@hubspot/cmsdefaultsystempages/templates/system/password-prompt.html", - "content_search_results_template_path": "@hubspot/cmsdefaultsystempages/templates/system/search-results.html", - "body_border_color": "#cccccc", - "body_border_color_choice": "BORDER_AUTOMATIC", - "body_color": "#ffffff", - "body_override_by_domain": { - "143610164.hs-sites-eu1.com": { - "membershipRegistrationFollowUpSettingsV2": null, - "contentLanguage": "en", - "jsIntegrations": { - - } - }, - "mats-nimbly-light-test-account-143610164.hubspotpagebuilder.eu": { - "membershipRegistrationFollowUpSettingsV2": null, - "jsIntegrations": { - - } - }, - "mats-hs.typo3konsult.se": { - "contentLanguage": "en", - "jsIntegrations": { - - } - } - }, - "color_picker_favorite_1": "#3574E3", - "color_picker_favorite_2": "#444444", - "color_picker_favorite_3": "#ffffff", - "color_picker_favorite_4": "#ffffff", - "color_picker_favorite_5": "#ffffff", - "color_picker_favorite_6": "#ffffff", - "company_domain": "", - "content_language": "", - "custom_from_names": [], - "custom_reply_to_emails": [], - "custom_subscription_confirmation": "", - "custom_subscription_preferences": "", - "custom_unsubscribe_simple": "", - "default_file_hosting_domain": "", - "email_body_padding": "30", - "email_body_width": "600", - "open_anonymization_enabled": false, - "email_optin_enabled": false, - "email_optin_followup_enabled": false, - "email_publishers": [], - "email_resubscribe_enabled": false, - "email_rss_date_format": "EEEE, MMMM d, yyyy h:mm a", - "email_rss_date_language": "en_US", - "email_smart_pql": { - - }, - "enable_language_specific_redirects": true, - "favicon_alt": "favicon.ico", - "favicon_height": "16", - "favicon_src": "", - "favicon_url": "", - "favicon_width": "16", - "footer_html": "", - "from_address_properties": { - - }, - "from_name_properties": { - - }, - "google_analytics_account": "", - "graymail_suppression_enabled_by_default": true, - "has_hubspot_email_footer": true, - "head_html": "", - "include_jquery_migrate": false, - "is_enrolled_for_auto_cookie_blocking": false, - "is_hsts_include_subdomains_enabled": false, - "is_hsts_preload_enabled": false, - "jquery_version": "1.7.x", - "js_integrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - }, - "logo_alt": "", - "logo_has_user_changes": false, - "logo_height": 42, - "logo_src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "logo_width": 169, - "membership_company_name": "", - "membership_jwt_enabled": false, - "membership_o_auth_configured": { - - }, - "membership_o_auth_enabled": false, - "membership_passwordless_auth_enabled": true, - "membership_registration_follow_up_settings_v2": { - "enabled": false, - "templateId": null, - "timings": [] - }, - "membership_self_registration_enabled": true, - "membership_social_auth_configured": { - - }, - "membership_social_auth_enabled": { - - }, - "membership_sso_enabled": false, - "membership_website_admin": "", - "merge_tag_defaults": { - - }, - "owner_merge_tag_defaults": { - - }, - "page_account_merge_tag_defaults": { - - }, - "page_merge_tag_defaults": { - - }, - "page_owner_merge_tag_defaults": { - - }, - "primary_accent_color": "#3574E3", - "primary_font": "sans-serif", - "primary_font_color": "#444444", - "primary_font_size": "15", - "robots_txt": "User-agent: *\nDisallow:", - "robots_txt_touched": false, - "secondary_accent_color": "#102d7b", - "secondary_font": "sans-serif", - "secondary_font_color": "#999999", - "secondary_font_size": "12", - "self_link_rel_canonicalize_blog_listing_pages": false, - "self_link_rel_canonicalize_pages_and_blog_posts": true, - "site_map_includes": [ - "all-blog-posts", - "all-pages-in-site-maps" - ], - "utm_automatic_plaintext_tracking": true, - "utm_automatic_tracking": true, - "utm_identity_tracking": true, - "utm_source_tracking": "REWRITE_ALL", - "attached_stylesheets": [], - "hsts_max_age": 0, - "include_jquery": null, - "include_jquery_in_footer": null, - "site_pages_activated": true - }, - "js_integrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - }, - "custom_404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom_500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite_1": "#3574E3", - "color_picker_favorite_2": "#444444", - "color_picker_favorite_3": "#ffffff", - "color_picker_favorite_4": "#ffffff", - "color_picker_favorite_5": "#ffffff", - "color_picker_favorite_6": "#ffffff", - "company_street_address_1": "", - "company_street_address_2": "", - "jsIntegrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - } - }, - "domain": "143610164.hs-sites-eu1.com", - "created": null, - "author": "", - "body_override_by_domain": { - "143610164.hs-sites-eu1.com": { - "membershipRegistrationFollowUpSettingsV2": null, - "contentLanguage": "en", - "jsIntegrations": { - - } - }, - "mats-nimbly-light-test-account-143610164.hubspotpagebuilder.eu": { - "membershipRegistrationFollowUpSettingsV2": null, - "jsIntegrations": { - - } - }, - "mats-hs.typo3konsult.se": { - "contentLanguage": "en", - "jsIntegrations": { - - } - } - }, - "custom404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite1": "#3574E3", - "color_picker_favorite2": "#444444", - "color_picker_favorite3": "#ffffff", - "color_picker_favorite4": "#ffffff", - "color_picker_favorite5": "#ffffff", - "color_picker_favorite6": "#ffffff", - "company_street_address1": "", - "company_street_address2": "", - "author_at": null, - "custom_password_template_path": "@hubspot/cmsdefaultsystempages/templates/system/password-prompt.html", - "content_search_results_template_path": "@hubspot/cmsdefaultsystempages/templates/system/search-results.html", - "content_search_results_page_path": "hs-search-results", - "enable_language_specific_redirects": true, - "membership_registration_template_path": null, - "membership_login_template_path": null, - "membership_password_reset_request_template_path": null, - "membership_registration_follow_up_settings": null, - "membership_registration_follow_up_settings_v2": { - "enabled": false, - "template_id": null, - "timings": [] - }, - "membership_session_timeout_duration_seconds": null, - "membership_password_reset_template_path": null, - "membership_access_denied_template_path": null, - "membership_logout_template_path": null, - "membership_registration_email_template_id": null, - "membership_registration_email_template_path": null, - "membership_password_reset_email_template_id": null, - "membership_registration_follow_up_email_template_id": null, - "membership_confirmation_email_template_id": null, - "membership_passwordless_auth_email_template_id": null, - "membership_password_reset_email_template_path": null, - "membership_password_saved_email_template_id": null, - "membership_password_saved_email_template_path": null, - "membership_verify_registration_template_path": null, - "membership_confirm_registration_template_path": null, - "membership_passwordless_auth_confirmation_template_path": null, - "membership_company_name": "", - "membership_website_admin": "", - "membership_registration_redirect_id": null, - "membership_login_redirect_id": null, - "membership_logout_redirect_id": null, - "membership_sso_enabled": false, - "membership_jwt_enabled": false, - "membership_passwordless_auth_enabled": true, - "membership_self_registration_enabled": true, - "membership_social_auth_configured": { - - }, - "membership_social_auth_enabled": { - - }, - "membership_oauth_configured": { - - }, - "membership_oauth_enabled": false, - "include_jquery": null, - "jquery_version": "1.7.x", - "include_jquery_migrate": false, - "include_jquery_in_footer": null, - "logo_src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "logo_alt": "", - "logo_width": 169, - "logo_height": 42, - "logo_has_user_changes": false, - "favicon_url": "", - "favicon_src": "", - "favicon_alt": "favicon.ico", - "favicon_height": "16", - "favicon_width": "16", - "head_html": "", - "footer_html": "", - "theme_number": null, - "attached_stylesheets": [], - "attached_amp_stylesheet": 0, - "enable_domain_stylesheets": null, - "include_default_custom_css": null, - "default_page_style_id": null, - "has_seen_template_builder_welcome_message": false, - "has_seen_template_builder_new_layout_drag_and_drop_welcome_message": false, - "primary_font": "sans-serif", - "secondary_font": "sans-serif", - "primary_font_size": "15", - "secondary_font_size": "12", - "primary_accent_color": "#3574E3", - "secondary_accent_color": "#102d7b", - "primary_font_color": "#444444", - "secondary_font_color": "#999999", - "body_color": "#ffffff", - "background_color": "#f2f2f2", - "body_border_color_choice": "BORDER_AUTOMATIC", - "body_border_color": "#cccccc", - "company_name": "", - "company_city": "", - "company_state": "", - "company_country": "", - "company_zip": "", - "company_phone": "", - "company_can_spam_info": "", - "office_location_name": "", - "custom_reply_to_emails": [], - "custom_from_names": [], - "from_address_properties": { - - }, - "from_name_properties": { - - }, - "email_publishers": [], - "account_from_address_properties": { - - }, - "account_from_name_properties": { - - }, - "custom_subscription_preferences": "", - "custom_subscription_confirmation": "", - "custom_unsubscribe_simple": "", - "has_hubspot_email_footer": true, - "email_body_width": "600", - "email_body_padding": "30", - "email_optin_enabled": false, - "email_optin_content_id": null, - "email_optin_followup_enabled": false, - "email_optin_followup_content_id": null, - "email_optin_confirmation_page_id": null, - "email_resubscribe_content_id": null, - "email_resubscribe_enabled": false, - "email_resubscribe_enabled_no_default": null, - "email_rss_date_language": "en_US", - "email_rss_date_format": "EEEE, MMMM d, yyyy h:mm a", - "email_open_tracking_anonymization_enabled": false, - "utm_source_tracking": "REWRITE_ALL", - "utm_automatic_tracking": true, - "utm_automatic_plain_text_tracking": true, - "utm_identity_tracking": true, - "graymail_suppression_list_id": null, - "graymail_suppression_ils_list_id": null, - "graymail_suppression_enabled_by_default": true, - "email_smart_pqls": { - - }, - "merge_tag_defaults": { - - }, - "page_merge_tag_defaults": { - - }, - "account_merge_tag_defaults": { - - }, - "page_account_merge_tag_defaults": { - - }, - "owner_merge_tag_defaults": { - - }, - "page_owner_merge_tag_defaults": { - - }, - "google_analytics_account": "", - "robots_txt": "User-agent: *\nDisallow:", - "robots_txt_touched": false, - "site_map_includes": [ - "all-blog-posts", - "all-pages-in-site-maps" - ], - "default_file_hosting_domain": "", - "content_language": "en", - "add_domain_lang_to_slug": false, - "self_link_rel_canonicalize_pages_and_blog_posts": true, - "self_link_rel_canonicalize_blog_listing_pages": false, - "hsts_max_age": 0, - "is_hsts_preload_enabled": false, - "is_hsts_include_subdomains_enabled": false, - "is_enrolled_for_auto_cookie_blocking": false, - "label": "84944217532", - "company_domain": "", - "deleted_at": null, - "cdn_purge_embargo_time": null, - "body": { - - }, - "js_integrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - }, - "custom_404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom_500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite_1": "#3574E3", - "color_picker_favorite_2": "#444444", - "color_picker_favorite_3": "#ffffff", - "color_picker_favorite_4": "#ffffff", - "color_picker_favorite_5": "#ffffff", - "color_picker_favorite_6": "#ffffff", - "company_street_address_1": "", - "company_street_address_2": "", - "jsIntegrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - } - }, - "is_listing_view": false, - "custom": { - - }, - "deal": { - - }, - "eastern_dt": "", - "page_meta": { - "name": "tehome", - "canonical_url": "http://143610164.hs-sites-eu1.com/tehome", - "link_rel_canonical_url": "http://143610164.hs-sites-eu1.com/tehome", - "meta_keywords": "", - "featured_image_alt_text": "", - "defer_dynamic_values": false, - "featured_image_width": 0, - "featured_image_height": 0, - "featured_image_url": "", - "unescaped_meta_description": null, - "unescaped_html_title": "TEHome", - "meta_description": "", - "html_title": "TEHome" - }, - "_widget_block_tag": null, - "contact_without_defaults": { - - }, - "required_head_tags": "\u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003E\n\n \n \u003Cmeta property=\"og:description\" content=\"\"\u003E\n \u003Cmeta property=\"og:title\" content=\"TEHome\"\u003E\n \u003Cmeta name=\"twitter:description\" content=\"\"\u003E\n \u003Cmeta name=\"twitter:title\" content=\"TEHome\"\u003E\n\n {{ js_integration_head_start() }}\n\n {{ head_elements() }}\n {{ head_css() }}\n {{ head_js() }}\n\n {{ js_integration_head() }}\n \u003Clink rel=\"canonical\" href=\"http://143610164.hs-sites-eu1.com/tehome\" /\u003E\n\n\n\u003Cmeta property=\"og:url\" content=\"http://143610164.hs-sites-eu1.com/tehome\"/\u003E\n\u003Cscript\u003Evar hsVars = { app_hs_base_url: 'https://app-eu1.hubspot.com' };\u003C/script\u003E\n\n\u003Cmeta name=\"twitter:card\" content=\"summary\"\u003E\n\u003Cmeta http-equiv=\"content-language\" content=\"en\" /\u003E\n{{ include_default_custom_css(content.include_default_custom_css, template_meta.include_default_custom_css, domain_settings.include_default_custom_css) }}\n{{ include_attached_css(content_group.attached_stylesheets or domain_settings.attached_stylesheets, content.enable_domain_stylesheets, template_meta.enable_domain_stylesheets, theme_meta.enable_domain_stylesheets, domain_settings.enable_domain_stylesheets) }}\n{{ include_attached_css(template_meta.attached_stylesheets, content.enable_layout_stylesheets) }}\n{{ include_attached_css(content.attached_stylesheets) }}\n{{ require_attached_js(template_meta.attached_js) }}", - "include_domain_in_google_font_urls": false, - "hubspot_analytics_tracking_code": "\u003C!-- Start of HubSpot Analytics Code Not Loaded --\u003E\n\u003Cscript\u003E\n(function(){\n const timeoutEvent = document.createEvent('CustomEvent');\n timeoutEvent.initCustomEvent(\"content-analytics-code-not-loaded\", true, true, { detail: \"Not loaded in preview mode\" });\n window.dispatchEvent(timeoutEvent);\n})();\n\u003C/script\u003E\n\u003C!-- End of HubSpot Analytics Code Not Loaded --\u003E\n", - "theme_meta": { - "id": 194387752149, - "portal_id": 143610164, - "name": "Tabulareditor theme", - "settings_values_id": 194387752150, - "preview_template_id": 194393184486, - "fields": [ - { - "name": "global_colors", - "display_width": null, - "label": "Global colors", - "required": false, - "locked": false, - "children": [ - { - "name": "primary", - "display_width": null, - "label": "Primary color", - "inline_help_text": "Primary Brand color, Primary button color, Primary Icon color, Border color and hover background for Secondary2-3 buttons", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "alternate_names": [ - "primary_color" - ], - "type": "color", - "default": { - "color": "#004C47", - "opacity": 100 - } - }, - { - "name": "secondary1", - "display_width": null, - "label": "Secondary color 1", - "inline_help_text": "Secondary 1 Brand color, Secondary 1 button color, Secondary Icon color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "alternate_names": [ - "secondary_color" - ], - "type": "color", - "default": { - "color": "#98DAA4", - "opacity": 100 - } - }, - { - "name": "secondary2", - "display_width": null, - "label": "Secondary color 2", - "inline_help_text": "Secondary 2 Brand color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": "#7FD3CE", - "opacity": 100 - } - }, - { - "name": "secondary3", - "display_width": null, - "label": "Secondary color 3", - "inline_help_text": "Secondary 3 Brand color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": "#ECB171", - "opacity": 100 - } - }, - { - "name": "link", - "display_width": null, - "label": "Link color", - "inline_help_text": "Link color, Heading link color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": "#171717", - "opacity": 100 - } - }, - { - "name": "advanced", - "display_width": null, - "label": "Advanced", - "required": false, - "locked": false, - "children": [ - { - "name": "focus", - "display_width": null, - "label": "Focus color", - "inline_help_text": "Focus color for links, buttons, inputs, etc. It is generally triggered when the user clicks or taps on an element or selects it with the keyboard's Tab key.", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": null, - "opacity": null - } - }, - { - "name": "accent", - "display_width": null, - "label": "Accent color", - "inline_help_text": "Specify the accent color for user-interface controls such as bullet points, F.A.Q. arrows, radio, checkboxes. Browser default color if not specified.", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": null, - "opacity": null - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "primary": { - "color": "#004C47", - "opacity": 100 - }, - "secondary1": { - "color": "#98DAA4", - "opacity": 100 - }, - "secondary2": { - "color": "#7FD3CE", - "opacity": 100 - }, - "secondary3": { - "color": "#ECB171", - "opacity": 100 - }, - "link": { - "color": "#171717", - "opacity": 100 - } - } - }, - { - "name": "typography", - "display_width": null, - "label": "Typography", - "required": false, - "locked": false, - "children": [ - { - "name": "text", - "display_width": null, - "label": "Page global", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "inline_help_text": "Main background color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": "#EFEAE1", - "opacity": 100 - } - }, - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "bold": true, - "italic": true, - "underline": true - } - }, - "alternate_names": [ - "body_font" - ], - "load_external_fonts": true, - "type": "font", - "default": { - "size": 22, - "size_unit": "px", - "color": "#1d1d1d", - "styles": { - - }, - "variant": "regular", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - }, - { - "name": "secondary_global_font", - "display_width": null, - "label": "Secondary global font", - "help_text": "Use it to add a 'bold' variant for the global font to use the 'bold' style in the RTE module.", - "inline_help_text": "Use it only if the main font is external.", - "required": false, - "locked": true, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "bold": true, - "color": true, - "italic": true, - "size": true, - "underline": true - } - }, - "load_external_fonts": true, - "type": "font", - "default": { - "variant": "700" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "background": { - "color": "#EFEAE1", - "opacity": 100 - }, - "font": { - "size": 22, - "size_unit": "px", - "color": "#1d1d1d", - "styles": { - - }, - "variant": "regular", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - }, - { - "name": "headings", - "display_width": null, - "label": "Headings global", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "size": true - } - }, - "alternate_names": [ - "heading_font" - ], - "load_external_fonts": true, - "type": "font", - "default": { - "color": "#171717", - "fallback": "sans-serif", - "font": "Albert Sans", - "font_set": "GOOGLE", - "styles": { - - }, - "variant": "500" - } - }, - { - "name": "headings_link", - "display_width": null, - "label": "Headings link", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - - } - }, - { - "name": "underline", - "display_width": null, - "label": "Underline", - "required": true, - "locked": false, - "display": "radio", - "choices": [ - [ - "underline", - "Underline" - ], - [ - "none", - "None" - ] - ], - "multiple": false, - "reordering_enabled": true, - "preset": null, - "type": "choice", - "default": "none" - }, - { - "name": "hover", - "display_width": null, - "label": "Hover", - "inline_help_text": "Hover settings", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - - } - }, - { - "name": "underline", - "display_width": null, - "label": "Underline", - "required": true, - "locked": false, - "display": "radio", - "choices": [ - [ - "underline", - "Underline" - ], - [ - "none", - "None" - ] - ], - "multiple": false, - "reordering_enabled": true, - "preset": null, - "type": "choice", - "default": "none" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "color": "#171717", - "fallback": "sans-serif", - "font": "Albert Sans", - "font_set": "GOOGLE", - "styles": { - - }, - "variant": "500" - } - } - }, - { - "name": "heading", - "display_width": null, - "label": "Headings separately", - "required": false, - "locked": false, - "children": [ - { - "name": "h1", - "display_width": null, - "label": "Heading one [h1]", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 42, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 42, - "size_unit": "px" - } - } - }, - { - "name": "h2", - "display_width": null, - "label": "Heading two [h2]", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 36, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 36, - "size_unit": "px" - } - } - }, - { - "name": "h3", - "display_width": null, - "label": "Heading three [h3]", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 30, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 30, - "size_unit": "px" - } - } - }, - { - "name": "h4", - "display_width": null, - "label": "Heading four [h4]", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 24, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "h5", - "display_width": null, - "label": "Heading five [h5]", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 20, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "h6", - "display_width": null, - "label": "Heading six [h6]", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 16, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 16, - "size_unit": "px" - } - } - }, - { - "name": "d1", - "display_width": null, - "label": "Display heading 1", - "inline_help_text": "Larger and slightly more opinionated heading style", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 86, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 86, - "size_unit": "px" - } - } - }, - { - "name": "d2", - "display_width": null, - "label": "Display heading 2", - "inline_help_text": "Larger and slightly more opinionated heading style", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 76, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 76, - "size_unit": "px" - } - } - }, - { - "name": "d3", - "display_width": null, - "label": "Display heading 3", - "inline_help_text": "Larger and slightly more opinionated heading style", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 68, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 68, - "size_unit": "px" - } - } - }, - { - "name": "d4", - "display_width": null, - "label": "Display heading 4", - "inline_help_text": "Larger and slightly more opinionated heading style", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 62, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 62, - "size_unit": "px" - } - } - }, - { - "name": "d5", - "display_width": null, - "label": "Display heading 5", - "inline_help_text": "Larger and slightly more opinionated heading style", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 56, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 56, - "size_unit": "px" - } - } - }, - { - "name": "d6", - "display_width": null, - "label": "Display heading 6", - "inline_help_text": "Larger and slightly more opinionated heading style", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 48, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 48, - "size_unit": "px" - } - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "h1": { - "font": { - "size": 42, - "size_unit": "px" - } - }, - "h2": { - "font": { - "size": 36, - "size_unit": "px" - } - }, - "h3": { - "font": { - "size": 30, - "size_unit": "px" - } - }, - "d1": { - "font": { - "size": 86, - "size_unit": "px" - } - }, - "d2": { - "font": { - "size": 76, - "size_unit": "px" - } - }, - "h6": { - "font": { - "size": 16, - "size_unit": "px" - } - }, - "d3": { - "font": { - "size": 68, - "size_unit": "px" - } - }, - "d4": { - "font": { - "size": 62, - "size_unit": "px" - } - }, - "d5": { - "font": { - "size": 56, - "size_unit": "px" - } - }, - "d6": { - "font": { - "size": 48, - "size_unit": "px" - } - } - } - }, - { - "name": "link", - "display_width": null, - "label": "Link", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - - } - }, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 22, - "size_unit": "px", - "styles": { - - }, - "color": "#171717", - "variant": "regular", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - }, - { - "name": "hover", - "display_width": null, - "label": "Hover", - "inline_help_text": "Hover settings", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - - } - }, - { - "name": "underline", - "display_width": null, - "label": "Underline", - "required": true, - "locked": false, - "display": "radio", - "choices": [ - [ - "underline", - "Underline" - ], - [ - "none", - "None" - ] - ], - "multiple": false, - "reordering_enabled": true, - "preset": null, - "type": "choice", - "default": "underline" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "size": 22, - "size_unit": "px", - "styles": { - - }, - "color": "#171717", - "variant": "regular", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - }, - { - "name": "blockquote", - "display_width": null, - "label": "Blockquotes", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": 18, - "size_unit": "px" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "text": { - "background": { - "color": "#EFEAE1", - "opacity": 100 - }, - "font": { - "size": 22, - "size_unit": "px", - "color": "#1d1d1d", - "styles": { - - }, - "variant": "regular", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - }, - "headings": { - "font": { - "color": "#2D243B", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - }, - "heading": { - "h1": { - "font": { - "size": 42, - "size_unit": "px" - } - }, - "h2": { - "font": { - "size": 36, - "size_unit": "px" - } - }, - "h3": { - "font": { - "size": 30, - "size_unit": "px" - } - }, - "d1": { - "font": { - "size": 86, - "size_unit": "px" - } - }, - "d2": { - "font": { - "size": 76, - "size_unit": "px" - } - }, - "h6": { - "font": { - "size": 16, - "size_unit": "px" - } - }, - "d3": { - "font": { - "size": 68, - "size_unit": "px" - } - }, - "d4": { - "font": { - "size": 62, - "size_unit": "px" - } - }, - "d5": { - "font": { - "size": 56, - "size_unit": "px" - } - }, - "d6": { - "font": { - "size": 48, - "size_unit": "px" - } - } - }, - "link": { - "font": { - "size": 22, - "size_unit": "px", - "styles": { - - }, - "color": "#171717", - "variant": "regular", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - } - }, - { - "name": "buttons", - "display_width": null, - "label": "Buttons", - "required": false, - "locked": false, - "children": [ - { - "name": "size", - "display_width": null, - "label": "Size", - "required": false, - "locked": false, - "children": [ - { - "name": "small", - "display_width": null, - "label": "Small", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "margin": true - } - }, - "type": "spacing", - "default": { - "padding": { - "top": { - "value": 12, - "units": "px" - }, - "bottom": { - "value": 12, - "units": "px" - }, - "left": { - "value": 22, - "units": "px" - }, - "right": { - "value": 22, - "units": "px" - } - } - } - }, - { - "name": "font_size", - "display_width": null, - "label": "Font size", - "required": false, - "locked": false, - "display": "text", - "step": 1, - "suffix": "px", - "type": "number", - "default": 18 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font_size": 18, - "spacing": { - "padding": { - "top": { - "value": 12, - "units": "px" - }, - "bottom": { - "value": 12, - "units": "px" - }, - "left": { - "value": 22, - "units": "px" - }, - "right": { - "value": 22, - "units": "px" - } - } - } - } - }, - { - "name": "regular", - "display_width": null, - "label": "Regular", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "margin": true - } - }, - "type": "spacing", - "default": { - "padding": { - "top": { - "value": 18, - "units": "px" - }, - "bottom": { - "value": 18, - "units": "px" - }, - "left": { - "units": "px", - "value": 23 - }, - "right": { - "units": "px", - "value": 23 - } - } - } - }, - { - "name": "font_size", - "display_width": null, - "label": "Font size", - "required": false, - "locked": false, - "display": "text", - "step": 1, - "suffix": "px", - "type": "number", - "default": 20 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "spacing": { - "padding": { - "top": { - "value": 18, - "units": "px" - }, - "bottom": { - "value": 18, - "units": "px" - }, - "left": { - "units": "px", - "value": 23 - }, - "right": { - "units": "px", - "value": 23 - } - } - } - } - }, - { - "name": "large", - "display_width": null, - "label": "Large", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "margin": true - } - }, - "type": "spacing", - "default": { - "padding": { - "top": { - "value": 38, - "units": "px" - }, - "bottom": { - "value": 38, - "units": "px" - }, - "left": { - "value": 40, - "units": "px" - }, - "right": { - "value": 40, - "units": "px" - } - } - } - }, - { - "name": "font_size", - "display_width": null, - "label": "Font size", - "required": false, - "locked": false, - "display": "text", - "step": 1, - "suffix": "px", - "type": "number", - "default": 32 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "spacing": { - "padding": { - "top": { - "value": 38, - "units": "px" - }, - "bottom": { - "value": 38, - "units": "px" - }, - "left": { - "value": 40, - "units": "px" - }, - "right": { - "value": 40, - "units": "px" - } - } - }, - "font_size": 32 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "regular": { - "spacing": { - "padding": { - "top": { - "value": 18, - "units": "px" - }, - "bottom": { - "value": 18, - "units": "px" - }, - "left": { - "units": "px", - "value": 23 - }, - "right": { - "units": "px", - "value": 23 - } - } - } - } - } - }, - { - "name": "primary", - "display_width": null, - "label": "Primary", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#004C47", - "opacity": 100 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "color": { - "color": "#004C47", - "opacity": 100 - } - } - }, - { - "name": "text", - "display_width": null, - "label": "Text", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "size": true - } - }, - "load_external_fonts": true, - "type": "font", - "default": { - "color": "#FFFFFF", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "color": "#FFFFFF", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - }, - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "children": [ - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "allow_custom_border_sides": false, - "type": "border", - "default": { - "top": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - } - }, - { - "name": "border_radius", - "display_width": null, - "label": "Border radius", - "required": false, - "locked": false, - "display": "text", - "max": 500, - "step": 1, - "suffix": "px", - "type": "number", - "default": 0 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "border_radius": 0, - "border": { - "top": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#004C47", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - } - } - }, - { - "name": "hover", - "display_width": null, - "label": "Hover", - "inline_help_text": "Hover settings", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#004C47", - "opacity": 100 - } - }, - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#fff", - "opacity": 100 - } - }, - { - "name": "border", - "display_width": null, - "label": "Border color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#004C47", - "opacity": 100 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "background": { - "color": "#004C47", - "opacity": 100 - }, - "color": { - "color": "#fff", - "opacity": 100 - }, - "border": { - "color": "#004C47", - "opacity": 100 - } - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "background": { - "color": { - "color": "#004C47", - "opacity": 100 - } - } - } - }, - { - "name": "secondary1", - "display_width": null, - "label": "Secondary 1", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#98DAA4", - "opacity": 0 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "color": { - "color": "#98DAA4", - "opacity": 0 - } - } - }, - { - "name": "text", - "display_width": null, - "label": "Text", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "size": true - } - }, - "load_external_fonts": true, - "type": "font", - "default": { - "color": "#000000", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "color": "#000000", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - }, - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "children": [ - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "allow_custom_border_sides": false, - "type": "border", - "default": { - "bottom": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "left": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "right": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "top": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - } - } - }, - { - "name": "border_radius", - "display_width": null, - "label": "Border radius", - "required": false, - "locked": false, - "display": "text", - "max": 500, - "step": 1, - "suffix": "px", - "type": "number" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "border": { - "bottom": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "left": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "right": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "top": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - } - } - } - }, - { - "name": "hover", - "display_width": null, - "label": "Hover", - "inline_help_text": "Hover settings", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#004C47", - "opacity": 0 - } - }, - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#171717", - "opacity": 100 - } - }, - { - "name": "border", - "display_width": null, - "label": "Border color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#004C47", - "opacity": 100 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "background": { - "color": "#004C47", - "opacity": 0 - }, - "border": { - "color": "#004C47", - "opacity": 100 - }, - "color": { - "color": "#171717", - "opacity": 100 - } - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "border": { - "border": { - "bottom": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "left": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "right": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - }, - "top": { - "color": "#004C47", - "opacity": 100, - "style": "solid", - "width": { - "units": "px", - "value": 2 - } - } - } - }, - "hover": { - "background": { - "color": "#004C47", - "opacity": 0 - }, - "border": { - "color": "#004C47", - "opacity": 100 - }, - "color": { - "color": "#171717", - "opacity": 100 - } - } - } - }, - { - "name": "secondary2", - "display_width": null, - "label": "Secondary 2", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#7FD3CE", - "opacity": 100 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "color": { - "color": "#7FD3CE", - "opacity": 100 - } - } - }, - { - "name": "text", - "display_width": null, - "label": "Text", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "size": true - } - }, - "load_external_fonts": true, - "type": "font", - "default": { - "color": "#000000", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "color": "#000000", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - }, - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "children": [ - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "allow_custom_border_sides": false, - "type": "border", - "default": { - "top": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - } - }, - { - "name": "border_radius", - "display_width": null, - "label": "Border radius", - "required": false, - "locked": false, - "display": "text", - "max": 500, - "step": 1, - "suffix": "px", - "type": "number", - "default": 0 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "border_radius": 0, - "border": { - "top": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - } - } - }, - { - "name": "hover", - "display_width": null, - "label": "Hover", - "inline_help_text": "Hover settings", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#7FD3CE", - "opacity": 100 - } - }, - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#000000", - "opacity": 100 - } - }, - { - "name": "border", - "display_width": null, - "label": "Border color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#7FD3CE", - "opacity": 100 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "background": { - "color": "#7FD3CE", - "opacity": 100 - }, - "border": { - "color": "#7FD3CE", - "opacity": 100 - }, - "color": { - "color": "#000000", - "opacity": 100 - } - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "border": { - "border_radius": 0, - "border": { - "top": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - } - }, - "background": { - "color": { - "color": "#7FD3CE", - "opacity": 100 - } - }, - "text": { - "font": { - "color": "#000000", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - }, - "hover": { - "background": { - "color": "#7FD3CE", - "opacity": 100 - }, - "border": { - "color": "#7FD3CE", - "opacity": 100 - }, - "color": { - "color": "#000000", - "opacity": 100 - } - } - } - }, - { - "name": "secondary3", - "display_width": null, - "label": "Secondary 3", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#FFFFFF", - "opacity": 0 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "color": { - "color": "#FFFFFF", - "opacity": 0 - } - } - }, - { - "name": "text", - "display_width": null, - "label": "Text", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "help_text": "Instead of (slowly) downloading external fonts that sometimes don’t take advantage of newer, high DPI screens or dynamic font rendering, just skip this option and we will serve the best system font possible based on your operating system or device.", - "inline_help_text": "If no font is selected, the system font will be used", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "size": true - } - }, - "load_external_fonts": true, - "type": "font", - "default": { - "color": "#FFFFFF", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "color": "#FFFFFF", - "styles": { - - }, - "variant": "500", - "font": "Albert Sans", - "fallback": "sans-serif", - "font_set": "GOOGLE" - } - } - }, - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "children": [ - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "allow_custom_border_sides": false, - "type": "border", - "default": { - "top": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - } - }, - { - "name": "border_radius", - "display_width": null, - "label": "Border radius", - "required": false, - "locked": false, - "display": "text", - "max": 500, - "step": 1, - "suffix": "px", - "type": "number", - "default": 0 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "border": { - "top": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "bottom": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "left": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - }, - "right": { - "style": "solid", - "color": "#7FD3CE", - "opacity": 100, - "width": { - "value": 2, - "units": "px" - } - } - }, - "border_radius": 0 - } - }, - { - "name": "hover", - "display_width": null, - "label": "Hover", - "inline_help_text": "Hover settings", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#7FD3CE", - "opacity": 0 - } - }, - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#ffffff", - "opacity": 100 - } - }, - { - "name": "border", - "display_width": null, - "label": "Border color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#7FD3CE", - "opacity": 100 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "color": { - "color": "#ffffff", - "opacity": 100 - } - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "hover": { - "color": { - "color": "#ffffff", - "opacity": 100 - } - } - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "secondary3": { - "hover": { - "color": { - "color": "#ffffff", - "opacity": 100 - } - } - } - } - }, - { - "name": "icons", - "display_width": null, - "label": "Icons", - "required": false, - "locked": false, - "children": [ - { - "name": "size", - "display_width": null, - "label": "Size", - "required": false, - "locked": false, - "children": [ - { - "name": "small", - "display_width": null, - "label": "Small", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "margin": true - } - }, - "type": "spacing", - "default": { - "padding": { - "top": { - "value": 15, - "units": "px" - }, - "right": { - "value": 15, - "units": "px" - }, - "bottom": { - "value": 15, - "units": "px" - }, - "left": { - "value": 15, - "units": "px" - } - } - } - }, - { - "name": "size", - "display_width": null, - "label": "Size", - "required": false, - "locked": false, - "display": "text", - "step": 1, - "suffix": "px", - "type": "number", - "default": 25 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "regular", - "display_width": null, - "label": "Regular", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "margin": true - } - }, - "type": "spacing", - "default": { - "padding": { - "top": { - "value": 20, - "units": "px" - }, - "right": { - "value": 20, - "units": "px" - }, - "bottom": { - "value": 20, - "units": "px" - }, - "left": { - "value": 20, - "units": "px" - } - } - } - }, - { - "name": "size", - "display_width": null, - "label": "Size", - "required": false, - "locked": false, - "display": "text", - "step": 1, - "suffix": "px", - "type": "number", - "default": 35 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "large", - "display_width": null, - "label": "Large", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "margin": true - } - }, - "type": "spacing", - "default": { - "padding": { - "top": { - "value": 25, - "units": "px" - }, - "right": { - "value": 25, - "units": "px" - }, - "bottom": { - "value": 25, - "units": "px" - }, - "left": { - "value": 25, - "units": "px" - } - } - } - }, - { - "name": "size", - "display_width": null, - "label": "Size", - "required": false, - "locked": false, - "display": "text", - "step": 1, - "suffix": "px", - "type": "number", - "default": 55 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "primary", - "display_width": null, - "label": "Primary", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": null, - "opacity": null - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "secondary", - "display_width": null, - "label": "Secondary", - "required": false, - "locked": false, - "children": [ - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "visibility": { - "controlling_field": null, - "controlling_field_path": null, - "controlling_value_regex": null, - "property": null, - "operator": null, - "access": null, - "hidden_subfields": { - "opacity": true - } - }, - "type": "color", - "default": { - "color": null, - "opacity": null - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "forms", - "display_width": null, - "label": "Forms", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "type": "spacing", - "default": { - - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": null, - "opacity": null - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "text", - "display_width": null, - "label": "Text", - "help_text": "Form regular text, Legal consent text, Submitted message.", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": null, - "styles": null, - "fallback": null, - "size_unit": null, - "color": null, - "variant": null, - "font": null, - "style": null, - "font_set": "DEFAULT" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "children": [ - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "allow_custom_border_sides": false, - "type": "border", - "default": { - - } - }, - { - "name": "border_radius", - "display_width": null, - "label": "Border radius", - "required": false, - "locked": false, - "display": "text", - "max": 500, - "step": 1, - "suffix": "px", - "type": "number" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "input_label", - "display_width": null, - "label": "Input label", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "type": "spacing", - "default": { - - } - }, - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": null, - "opacity": null - } - }, - { - "name": "font", - "display_width": null, - "label": "Font", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "font_set": "DEFAULT", - "size": 16 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "font_set": "DEFAULT", - "size": 16 - } - } - }, - { - "name": "help_text", - "display_width": null, - "label": "Help text", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "type": "spacing", - "default": { - - } - }, - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": null, - "opacity": null - } - }, - { - "name": "font", - "display_width": null, - "label": "Font", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": null, - "styles": null, - "fallback": null, - "size_unit": null, - "color": null, - "variant": null, - "font": null, - "style": null, - "font_set": "DEFAULT" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "input_field", - "display_width": null, - "label": "Input field", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "type": "spacing", - "default": { - - } - }, - { - "name": "background", - "display_width": null, - "label": "Background", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": "#ffffff", - "opacity": 0 - } - }, - { - "name": "border", - "display_width": null, - "label": "Border", - "required": false, - "locked": false, - "allow_custom_border_sides": false, - "type": "border", - "default": { - - } - }, - { - "name": "border_radius", - "display_width": null, - "label": "Border radius", - "required": false, - "locked": false, - "display": "text", - "max": 500, - "step": 1, - "suffix": "px", - "type": "number" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "background": { - "color": "#ffffff", - "opacity": 0 - } - } - }, - { - "name": "placeholder", - "display_width": null, - "label": "Placeholder", - "required": false, - "locked": false, - "children": [ - { - "name": "font", - "display_width": null, - "label": "Font", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "font_set": "DEFAULT", - "size": 20 - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "font": { - "font_set": "DEFAULT", - "size": 20 - } - } - }, - { - "name": "button", - "display_width": null, - "label": "Button", - "required": false, - "locked": false, - "children": [ - { - "name": "presets", - "display_width": null, - "label": "Presets", - "required": false, - "locked": false, - "children": [ - { - "name": "style", - "display_width": null, - "label": "Style", - "help_text": "Form button style", - "required": true, - "locked": false, - "display": "select", - "placeholder": "Button style", - "choices": [ - [ - "form--btn-primary", - "Primary" - ], - [ - "form--btn-secondary1", - "Secondary 1" - ], - [ - "form--btn-secondary2", - "Secondary 2" - ], - [ - "form--btn-secondary3", - "Secondary 3" - ] - ], - "multiple": false, - "reordering_enabled": true, - "preset": null, - "type": "choice", - "default": "form--btn-primary" - }, - { - "name": "size", - "display_width": null, - "label": "Size", - "help_text": "Form button size", - "required": true, - "locked": false, - "display": "select", - "placeholder": "", - "choices": [ - [ - "form--btn-small", - "Small" - ], - [ - "form--btn-regular", - "Medium" - ], - [ - "form--btn-large", - "Large" - ] - ], - "multiple": false, - "reordering_enabled": true, - "preset": null, - "type": "choice", - "default": "form--btn-regular" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "error", - "display_width": null, - "label": "Error", - "required": false, - "locked": false, - "children": [ - { - "name": "spacing", - "display_width": null, - "label": "Spacing", - "required": false, - "locked": false, - "type": "spacing", - "default": { - - } - }, - { - "name": "font", - "display_width": null, - "label": "Font", - "required": false, - "locked": false, - "load_external_fonts": true, - "type": "font", - "default": { - "size": null, - "styles": null, - "fallback": null, - "size_unit": null, - "color": null, - "variant": null, - "font": null, - "style": null, - "font_set": "DEFAULT" - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "focus", - "display_width": null, - "label": "Focus", - "required": false, - "locked": false, - "children": [ - { - "name": "color", - "display_width": null, - "label": "Color", - "required": false, - "locked": false, - "type": "color", - "default": { - "color": null, - "opacity": null - } - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group" - }, - { - "name": "layout", - "display_width": null, - "label": "Layout", - "required": false, - "locked": false, - "children": [ - { - "id": "maximum_content_width", - "name": "maximum_content_width", - "display_width": null, - "label": "Maximum content width", - "required": false, - "locked": false, - "display": "select", - "choices": [ - [ - "900", - "900px" - ], - [ - "1000", - "1000px" - ], - [ - "1200", - "1200px" - ], - [ - "1400", - "1400px" - ], - [ - "1600", - "1600px" - ], - [ - "1900", - "1900px" - ], - [ - "custom", - "Custom" - ] - ], - "multiple": false, - "reordering_enabled": true, - "preset": null, - "type": "choice", - "default": "1400" - }, - { - "name": "custom_maximum_content_width", - "display_width": null, - "label": "Custom maximum content width", - "required": false, - "locked": false, - "visibility": { - "controlling_field": "maximum_content_width", - "controlling_field_path": null, - "controlling_value_regex": "custom", - "property": null, - "operator": "EQUAL", - "access": null - }, - "display": "slider", - "min": 600, - "max": 1900, - "step": 10, - "suffix": "px", - "type": "number", - "default": 1300 - }, - { - "name": "vertical_spacing", - "display_width": null, - "label": "Vertical spacing", - "required": false, - "locked": false, - "display": "slider", - "min": 0, - "max": 500, - "step": 1, - "suffix": "px", - "type": "number", - "default": 60 - } - ], - "tab": "CONTENT", - "expanded": false, - "group_occurrence_meta": null, - "type": "group", - "default": { - "vertical_spacing": 60 - } - } - ], - "editor_preview": { - "selectors": { - - } - }, - "created": 1734006599062, - "updated": 1734006599064, - "deleted_at": 0, - "folder_id": 194387750094, - "author": null, - "created_by_id": 47942679, - "updated_by_id": 47942679, - "path": "tabulareditor-nimbly-lite-child-2024", - "version": null, - "source": null, - "preview_path": "./templates/home.html", - "screenshot_path": "./images/template-previews/home.jpg", - "is_available_for_new_content": true, - "asset_source": "MYSQL", - "messages": { - - }, - "responsive_breakpoints": [ - { - "name": "mobile", - "preview_width": { - "value": 500, - "units": "px" - }, - "media_query": "@media (max-width: 767px)", - "messages": { - - } - } - ], - "enable_domain_stylesheets": false, - "project_id": null, - "build_id": 1, - "project_name": null, - "parent_folder_id": 84957547995, - "deleted": false, - "author_at": 1734006599064, - "cos_object_type": "THEME", - "cdn_purge_embargo_time": null, - "is_read_only": false, - "hidden_modules": [ - "@hubspot/form", - "@hubspot/image_slider_gallery", - "@hubspot/linked_image", - "@hubspot/header", - "@hubspot/divider", - "@hubspot/button", - "@hubspot/section_header", - "@hubspot/horizontal_spacer", - "@hubspot/icon", - "@hubspot/page_footer" - ], - "marketplace_good_version_id": null, - "image_url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/template-previews/home.jpg", - "license": null, - "settings_values": { - - }, - "preview_absolute_path": "tabulareditor-nimbly-lite-child-2024/templates/home.html", - "screenshot_absolute_path": "tabulareditor-nimbly-lite-child-2024/images/template-previews/home.jpg", - "extends": "@marketplace/Resultify/Nimbly_Lite", - "hide_all_default_modules": false, - "extended_theme": "@marketplace/Resultify/Nimbly_Lite", - "meta": { - "author": null, - "image_url": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/template-previews/home.jpg", - "is_read_only": false, - "hidden_modules": [ - "@hubspot/form", - "@hubspot/image_slider_gallery", - "@hubspot/linked_image", - "@hubspot/header", - "@hubspot/divider", - "@hubspot/button", - "@hubspot/section_header", - "@hubspot/horizontal_spacer", - "@hubspot/icon", - "@hubspot/page_footer" - ], - "module_versions": { - - }, - "parent_folder_id": 84957547995, - "hide_all_default_modules": false - } - }, - "base_tag_href": "https://143610164.hs-sites-eu1.com/tehome", - "is_ungated_for_branding_migration": false, - "domain_settings": { - "id": 84944217532, - "portal_id": 143610164, - "site_id": "", - "updated": null, - "site_settings": { - "id": 84944217532, - "portal_id": 143610164, - "site_id": "", - "updated": 1730893639945, - "created": null, - "author": "", - "body_override_by_domain": { - "143610164.hs-sites-eu1.com": { - "membershipRegistrationFollowUpSettingsV2": null, - "contentLanguage": "en", - "jsIntegrations": { - - } - }, - "mats-nimbly-light-test-account-143610164.hubspotpagebuilder.eu": { - "membershipRegistrationFollowUpSettingsV2": null, - "jsIntegrations": { - - } - }, - "mats-hs.typo3konsult.se": { - "contentLanguage": "en", - "jsIntegrations": { - - } - } - }, - "custom404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite1": "#3574E3", - "color_picker_favorite2": "#444444", - "color_picker_favorite3": "#ffffff", - "color_picker_favorite4": "#ffffff", - "color_picker_favorite5": "#ffffff", - "color_picker_favorite6": "#ffffff", - "company_street_address1": "", - "company_street_address2": "", - "author_at": 0, - "custom_password_template_path": "@hubspot/cmsdefaultsystempages/templates/system/password-prompt.html", - "content_search_results_template_path": "@hubspot/cmsdefaultsystempages/templates/system/search-results.html", - "content_search_results_page_path": "hs-search-results", - "enable_language_specific_redirects": true, - "membership_registration_template_path": null, - "membership_login_template_path": null, - "membership_password_reset_request_template_path": null, - "membership_registration_follow_up_settings": null, - "membership_registration_follow_up_settings_v2": { - "enabled": false, - "template_id": null, - "timings": [] - }, - "membership_session_timeout_duration_seconds": null, - "membership_password_reset_template_path": null, - "membership_access_denied_template_path": null, - "membership_logout_template_path": null, - "membership_registration_email_template_id": null, - "membership_registration_email_template_path": null, - "membership_password_reset_email_template_id": null, - "membership_registration_follow_up_email_template_id": null, - "membership_confirmation_email_template_id": null, - "membership_passwordless_auth_email_template_id": null, - "membership_password_reset_email_template_path": null, - "membership_password_saved_email_template_id": null, - "membership_password_saved_email_template_path": null, - "membership_verify_registration_template_path": null, - "membership_confirm_registration_template_path": null, - "membership_passwordless_auth_confirmation_template_path": null, - "membership_company_name": "", - "membership_website_admin": "", - "membership_registration_redirect_id": null, - "membership_login_redirect_id": null, - "membership_logout_redirect_id": null, - "membership_sso_enabled": false, - "membership_jwt_enabled": false, - "membership_passwordless_auth_enabled": true, - "membership_self_registration_enabled": true, - "membership_social_auth_configured": { - - }, - "membership_social_auth_enabled": { - - }, - "membership_oauth_configured": { - - }, - "membership_oauth_enabled": false, - "include_jquery": null, - "jquery_version": "1.7.x", - "include_jquery_migrate": false, - "include_jquery_in_footer": null, - "logo_src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "logo_alt": "", - "logo_width": 169, - "logo_height": 42, - "logo_has_user_changes": false, - "favicon_url": "", - "favicon_src": "", - "favicon_alt": "favicon.ico", - "favicon_height": "16", - "favicon_width": "16", - "head_html": "", - "footer_html": "", - "theme_number": null, - "attached_stylesheets": [], - "attached_amp_stylesheet": 0, - "enable_domain_stylesheets": null, - "include_default_custom_css": null, - "default_page_style_id": null, - "has_seen_template_builder_welcome_message": false, - "has_seen_template_builder_new_layout_drag_and_drop_welcome_message": false, - "primary_font": "sans-serif", - "secondary_font": "sans-serif", - "primary_font_size": "15", - "secondary_font_size": "12", - "primary_accent_color": "#3574E3", - "secondary_accent_color": "#102d7b", - "primary_font_color": "#444444", - "secondary_font_color": "#999999", - "body_color": "#ffffff", - "background_color": "#f2f2f2", - "body_border_color_choice": "BORDER_AUTOMATIC", - "body_border_color": "#cccccc", - "company_name": "", - "company_city": "", - "company_state": "", - "company_country": "", - "company_zip": "", - "company_phone": "", - "company_can_spam_info": "", - "office_location_name": "", - "custom_reply_to_emails": [], - "custom_from_names": [], - "from_address_properties": { - - }, - "from_name_properties": { - - }, - "email_publishers": [], - "account_from_address_properties": { - - }, - "account_from_name_properties": { - - }, - "custom_subscription_preferences": "", - "custom_subscription_confirmation": "", - "custom_unsubscribe_simple": "", - "has_hubspot_email_footer": true, - "email_body_width": "600", - "email_body_padding": "30", - "email_optin_enabled": false, - "email_optin_content_id": null, - "email_optin_followup_enabled": false, - "email_optin_followup_content_id": null, - "email_optin_confirmation_page_id": null, - "email_resubscribe_content_id": null, - "email_resubscribe_enabled": false, - "email_resubscribe_enabled_no_default": false, - "email_rss_date_language": "en_US", - "email_rss_date_format": "EEEE, MMMM d, yyyy h:mm a", - "email_open_tracking_anonymization_enabled": false, - "utm_source_tracking": "REWRITE_ALL", - "utm_automatic_tracking": true, - "utm_automatic_plain_text_tracking": true, - "utm_identity_tracking": true, - "graymail_suppression_list_id": null, - "graymail_suppression_ils_list_id": null, - "graymail_suppression_enabled_by_default": true, - "email_smart_pqls": { - - }, - "merge_tag_defaults": { - - }, - "page_merge_tag_defaults": { - - }, - "account_merge_tag_defaults": { - - }, - "page_account_merge_tag_defaults": { - - }, - "owner_merge_tag_defaults": { - - }, - "page_owner_merge_tag_defaults": { - - }, - "google_analytics_account": "", - "robots_txt": "User-agent: *\nDisallow:", - "robots_txt_touched": false, - "site_map_includes": [ - "all-blog-posts", - "all-pages-in-site-maps" - ], - "default_file_hosting_domain": "", - "content_language": "", - "add_domain_lang_to_slug": false, - "self_link_rel_canonicalize_pages_and_blog_posts": true, - "self_link_rel_canonicalize_blog_listing_pages": false, - "hsts_max_age": 0, - "is_hsts_preload_enabled": false, - "is_hsts_include_subdomains_enabled": false, - "is_enrolled_for_auto_cookie_blocking": false, - "label": "84944217532", - "company_domain": "", - "deleted_at": null, - "cdn_purge_embargo_time": null, - "body": { - "author": null, - "updated_by_id": 47942679, - "office_location_name": "", - "company_name": "", - "company_street_address_1": "", - "company_street_address_2": "", - "company_city": "", - "company_state": "", - "company_country": "", - "company_zip": "", - "company_phone": "", - "content_search_results_page_path": "hs-search-results", - "custom_404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom_500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "custom_password_template_path": "@hubspot/cmsdefaultsystempages/templates/system/password-prompt.html", - "content_search_results_template_path": "@hubspot/cmsdefaultsystempages/templates/system/search-results.html", - "body_border_color": "#cccccc", - "body_border_color_choice": "BORDER_AUTOMATIC", - "body_color": "#ffffff", - "body_override_by_domain": { - "143610164.hs-sites-eu1.com": { - "membershipRegistrationFollowUpSettingsV2": null, - "contentLanguage": "en", - "jsIntegrations": { - - } - }, - "mats-nimbly-light-test-account-143610164.hubspotpagebuilder.eu": { - "membershipRegistrationFollowUpSettingsV2": null, - "jsIntegrations": { - - } - }, - "mats-hs.typo3konsult.se": { - "contentLanguage": "en", - "jsIntegrations": { - - } - } - }, - "color_picker_favorite_1": "#3574E3", - "color_picker_favorite_2": "#444444", - "color_picker_favorite_3": "#ffffff", - "color_picker_favorite_4": "#ffffff", - "color_picker_favorite_5": "#ffffff", - "color_picker_favorite_6": "#ffffff", - "company_domain": "", - "content_language": "", - "custom_from_names": [], - "custom_reply_to_emails": [], - "custom_subscription_confirmation": "", - "custom_subscription_preferences": "", - "custom_unsubscribe_simple": "", - "default_file_hosting_domain": "", - "email_body_padding": "30", - "email_body_width": "600", - "open_anonymization_enabled": false, - "email_optin_enabled": false, - "email_optin_followup_enabled": false, - "email_publishers": [], - "email_resubscribe_enabled": false, - "email_rss_date_format": "EEEE, MMMM d, yyyy h:mm a", - "email_rss_date_language": "en_US", - "email_smart_pql": { - - }, - "enable_language_specific_redirects": true, - "favicon_alt": "favicon.ico", - "favicon_height": "16", - "favicon_src": "", - "favicon_url": "", - "favicon_width": "16", - "footer_html": "", - "from_address_properties": { - - }, - "from_name_properties": { - - }, - "google_analytics_account": "", - "graymail_suppression_enabled_by_default": true, - "has_hubspot_email_footer": true, - "head_html": "", - "include_jquery_migrate": false, - "is_enrolled_for_auto_cookie_blocking": false, - "is_hsts_include_subdomains_enabled": false, - "is_hsts_preload_enabled": false, - "jquery_version": "1.7.x", - "js_integrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - }, - "logo_alt": "", - "logo_has_user_changes": false, - "logo_height": 42, - "logo_src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "logo_width": 169, - "membership_company_name": "", - "membership_jwt_enabled": false, - "membership_o_auth_configured": { - - }, - "membership_o_auth_enabled": false, - "membership_passwordless_auth_enabled": true, - "membership_registration_follow_up_settings_v2": { - "enabled": false, - "templateId": null, - "timings": [] - }, - "membership_self_registration_enabled": true, - "membership_social_auth_configured": { - - }, - "membership_social_auth_enabled": { - - }, - "membership_sso_enabled": false, - "membership_website_admin": "", - "merge_tag_defaults": { - - }, - "owner_merge_tag_defaults": { - - }, - "page_account_merge_tag_defaults": { - - }, - "page_merge_tag_defaults": { - - }, - "page_owner_merge_tag_defaults": { - - }, - "primary_accent_color": "#3574E3", - "primary_font": "sans-serif", - "primary_font_color": "#444444", - "primary_font_size": "15", - "robots_txt": "User-agent: *\nDisallow:", - "robots_txt_touched": false, - "secondary_accent_color": "#102d7b", - "secondary_font": "sans-serif", - "secondary_font_color": "#999999", - "secondary_font_size": "12", - "self_link_rel_canonicalize_blog_listing_pages": false, - "self_link_rel_canonicalize_pages_and_blog_posts": true, - "site_map_includes": [ - "all-blog-posts", - "all-pages-in-site-maps" - ], - "utm_automatic_plaintext_tracking": true, - "utm_automatic_tracking": true, - "utm_identity_tracking": true, - "utm_source_tracking": "REWRITE_ALL", - "attached_stylesheets": [], - "hsts_max_age": 0, - "include_jquery": null, - "include_jquery_in_footer": null, - "site_pages_activated": true - }, - "js_integrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - }, - "custom_404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom_500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite_1": "#3574E3", - "color_picker_favorite_2": "#444444", - "color_picker_favorite_3": "#ffffff", - "color_picker_favorite_4": "#ffffff", - "color_picker_favorite_5": "#ffffff", - "color_picker_favorite_6": "#ffffff", - "company_street_address_1": "", - "company_street_address_2": "", - "jsIntegrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - } - }, - "domain": "143610164.hs-sites-eu1.com", - "created": null, - "author": "", - "body_override_by_domain": { - "143610164.hs-sites-eu1.com": { - "membershipRegistrationFollowUpSettingsV2": null, - "contentLanguage": "en", - "jsIntegrations": { - - } - }, - "mats-nimbly-light-test-account-143610164.hubspotpagebuilder.eu": { - "membershipRegistrationFollowUpSettingsV2": null, - "jsIntegrations": { - - } - }, - "mats-hs.typo3konsult.se": { - "contentLanguage": "en", - "jsIntegrations": { - - } - } - }, - "custom404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite1": "#3574E3", - "color_picker_favorite2": "#444444", - "color_picker_favorite3": "#ffffff", - "color_picker_favorite4": "#ffffff", - "color_picker_favorite5": "#ffffff", - "color_picker_favorite6": "#ffffff", - "company_street_address1": "", - "company_street_address2": "", - "author_at": null, - "custom_password_template_path": "@hubspot/cmsdefaultsystempages/templates/system/password-prompt.html", - "content_search_results_template_path": "@hubspot/cmsdefaultsystempages/templates/system/search-results.html", - "content_search_results_page_path": "hs-search-results", - "enable_language_specific_redirects": true, - "membership_registration_template_path": null, - "membership_login_template_path": null, - "membership_password_reset_request_template_path": null, - "membership_registration_follow_up_settings": null, - "membership_registration_follow_up_settings_v2": { - "enabled": false, - "template_id": null, - "timings": [] - }, - "membership_session_timeout_duration_seconds": null, - "membership_password_reset_template_path": null, - "membership_access_denied_template_path": null, - "membership_logout_template_path": null, - "membership_registration_email_template_id": null, - "membership_registration_email_template_path": null, - "membership_password_reset_email_template_id": null, - "membership_registration_follow_up_email_template_id": null, - "membership_confirmation_email_template_id": null, - "membership_passwordless_auth_email_template_id": null, - "membership_password_reset_email_template_path": null, - "membership_password_saved_email_template_id": null, - "membership_password_saved_email_template_path": null, - "membership_verify_registration_template_path": null, - "membership_confirm_registration_template_path": null, - "membership_passwordless_auth_confirmation_template_path": null, - "membership_company_name": "", - "membership_website_admin": "", - "membership_registration_redirect_id": null, - "membership_login_redirect_id": null, - "membership_logout_redirect_id": null, - "membership_sso_enabled": false, - "membership_jwt_enabled": false, - "membership_passwordless_auth_enabled": true, - "membership_self_registration_enabled": true, - "membership_social_auth_configured": { - - }, - "membership_social_auth_enabled": { - - }, - "membership_oauth_configured": { - - }, - "membership_oauth_enabled": false, - "include_jquery": null, - "jquery_version": "1.7.x", - "include_jquery_migrate": false, - "include_jquery_in_footer": null, - "logo_src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "logo_alt": "", - "logo_width": 169, - "logo_height": 42, - "logo_has_user_changes": false, - "favicon_url": "", - "favicon_src": "", - "favicon_alt": "favicon.ico", - "favicon_height": "16", - "favicon_width": "16", - "head_html": "", - "footer_html": "", - "theme_number": null, - "attached_stylesheets": [], - "attached_amp_stylesheet": 0, - "enable_domain_stylesheets": null, - "include_default_custom_css": null, - "default_page_style_id": null, - "has_seen_template_builder_welcome_message": false, - "has_seen_template_builder_new_layout_drag_and_drop_welcome_message": false, - "primary_font": "sans-serif", - "secondary_font": "sans-serif", - "primary_font_size": "15", - "secondary_font_size": "12", - "primary_accent_color": "#3574E3", - "secondary_accent_color": "#102d7b", - "primary_font_color": "#444444", - "secondary_font_color": "#999999", - "body_color": "#ffffff", - "background_color": "#f2f2f2", - "body_border_color_choice": "BORDER_AUTOMATIC", - "body_border_color": "#cccccc", - "company_name": "", - "company_city": "", - "company_state": "", - "company_country": "", - "company_zip": "", - "company_phone": "", - "company_can_spam_info": "", - "office_location_name": "", - "custom_reply_to_emails": [], - "custom_from_names": [], - "from_address_properties": { - - }, - "from_name_properties": { - - }, - "email_publishers": [], - "account_from_address_properties": { - - }, - "account_from_name_properties": { - - }, - "custom_subscription_preferences": "", - "custom_subscription_confirmation": "", - "custom_unsubscribe_simple": "", - "has_hubspot_email_footer": true, - "email_body_width": "600", - "email_body_padding": "30", - "email_optin_enabled": false, - "email_optin_content_id": null, - "email_optin_followup_enabled": false, - "email_optin_followup_content_id": null, - "email_optin_confirmation_page_id": null, - "email_resubscribe_content_id": null, - "email_resubscribe_enabled": false, - "email_resubscribe_enabled_no_default": null, - "email_rss_date_language": "en_US", - "email_rss_date_format": "EEEE, MMMM d, yyyy h:mm a", - "email_open_tracking_anonymization_enabled": false, - "utm_source_tracking": "REWRITE_ALL", - "utm_automatic_tracking": true, - "utm_automatic_plain_text_tracking": true, - "utm_identity_tracking": true, - "graymail_suppression_list_id": null, - "graymail_suppression_ils_list_id": null, - "graymail_suppression_enabled_by_default": true, - "email_smart_pqls": { - - }, - "merge_tag_defaults": { - - }, - "page_merge_tag_defaults": { - - }, - "account_merge_tag_defaults": { - - }, - "page_account_merge_tag_defaults": { - - }, - "owner_merge_tag_defaults": { - - }, - "page_owner_merge_tag_defaults": { - - }, - "google_analytics_account": "", - "robots_txt": "User-agent: *\nDisallow:", - "robots_txt_touched": false, - "site_map_includes": [ - "all-blog-posts", - "all-pages-in-site-maps" - ], - "default_file_hosting_domain": "", - "content_language": "en", - "add_domain_lang_to_slug": false, - "self_link_rel_canonicalize_pages_and_blog_posts": true, - "self_link_rel_canonicalize_blog_listing_pages": false, - "hsts_max_age": 0, - "is_hsts_preload_enabled": false, - "is_hsts_include_subdomains_enabled": false, - "is_enrolled_for_auto_cookie_blocking": false, - "label": "84944217532", - "company_domain": "", - "deleted_at": null, - "cdn_purge_embargo_time": null, - "body": { - - }, - "js_integrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - }, - "custom_404": "@hubspot/cmsdefaultsystempages/templates/system/404.html", - "custom_500": "@hubspot/cmsdefaultsystempages/templates/system/500.html", - "color_picker_favorite_1": "#3574E3", - "color_picker_favorite_2": "#444444", - "color_picker_favorite_3": "#ffffff", - "color_picker_favorite_4": "#ffffff", - "color_picker_favorite_5": "#ffffff", - "color_picker_favorite_6": "#ffffff", - "company_street_address_1": "", - "company_street_address_2": "", - "jsIntegrations": { - "RollWorks": { - "enabled": false, - "head_start_html": null, - "head_html": null, - "body_start_html": null, - "body_end_html": null, - "type": "RollWorks" - } - } - }, - "hubspot_tracking_code": "", - "jQueryOn": false, - "brand_logo": "", - "container_widgets": [ - { - "type": "module", - "name": "dnd_area-module-6", - "parent_name": null, - "template_params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": "{\"heading_style\":\"display-4\",\"heading_text\":\"Trusted by 50 000 + customers\",\"heading_text_prop_visibility\":true}", - "module_components": [ - "main_heading" - ] - }, - "params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": { - "heading_style": "display-4", - "heading_text": "Trusted by 50 000 + customers", - "heading_text_prop_visibility": true - }, - "module_components": [ - "main_heading" - ], - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "wrap_field_tag": "div", - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "module_id": 194393146573, - "extra_wrapper_attrs": { - - } - }, - "line_number": 14, - "parent_template_path": null, - "styles": null, - "custom_widget_display_name": "Unicard", - "hidden": false, - "smart_objects": [], - "module_id": 194393146573, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "dnd_area-dnd_partial-7-module-2", - "parent_name": null, - "template_params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "Havens consulting", - "height": 53, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/havens_consulting.png", - "width": 150 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "sqlbi", - "height": 56, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/sqlbi.png", - "width": 173 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 25", - "height": 49, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/enterprise_dna.png", - "width": 255 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 24 (2)", - "height": 48, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/rockwell_automation.png", - "width": 207 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": "{\"card_style_group\":{\"alignment\":{\"horizontal_align\":\"CENTER\"},\"background_color\":{\"color\":\"#FFFFFF\",\"opacity\":50},\"background_type\":\"background_color\",\"content_gap\":24,\"spacing\":{\"padding\":{\"bottom\":{\"units\":\"px\",\"value\":37},\"left\":{},\"right\":{},\"top\":{\"units\":\"px\",\"value\":37}}}},\"carousel_per_page\":5,\"carousel_preset\":\"auto-scroll\"}" - }, - "params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "Havens consulting", - "height": 53, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/havens_consulting.png", - "width": 150 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "sqlbi", - "height": 56, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/sqlbi.png", - "width": 173 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 25", - "height": 49, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/enterprise_dna.png", - "width": 255 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "media" - ], - "simple_image_group": { - "simple_image": { - "alt": "image 24 (2)", - "height": 48, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/company-logos/rockwell_automation.png", - "width": 207 - } - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "alignment": { - "horizontal_align": "CENTER", - "css": "" - }, - "background_color": { - "color": "#FFFFFF", - "opacity": 50, - "rgba": "rgba(255, 255, 255, 0.5)", - "rgb": "rgb(255, 255, 255)", - "hex": "#FFFFFF", - "css": "rgba(255, 255, 255, 50%)" - }, - "background_type": "background_color", - "content_gap": 24, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 37 - }, - "left": { - - }, - "right": { - - }, - "top": { - "units": "px", - "value": 37 - } - }, - "css": "padding-top: 37px;\npadding-bottom: 37px;\n" - } - }, - "carousel_per_page": 5, - "carousel_preset": "auto-scroll" - }, - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "wrap_field_tag": "div", - "field_types": { - "style": "group", - "card_group": "group" - }, - "module_id": 194393184470, - "extra_wrapper_attrs": { - - } - }, - "line_number": 8, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/carousel-autoscroll.html", - "styles": null, - "custom_widget_display_name": "Unicard carousel", - "hidden": false, - "smart_objects": [], - "module_id": 194393184470, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-carousel", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "dnd_area-module-9", - "parent_name": null, - "template_params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": "{\"heading_style\":\"display-4\",\"heading_text\":\"What are people saying about TE3?\",\"heading_text_prop_visibility\":true}", - "module_components": [ - "main_heading" - ] - }, - "params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": { - "heading_style": "display-4", - "heading_text": "What are people saying about TE3?", - "heading_text_prop_visibility": true - }, - "module_components": [ - "main_heading" - ], - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "wrap_field_tag": "div", - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "module_id": 194393146573, - "extra_wrapper_attrs": { - - } - }, - "line_number": 33, - "parent_template_path": null, - "styles": null, - "custom_widget_display_name": "Unicard", - "hidden": false, - "smart_objects": [], - "module_id": 194393146573, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "dnd_area-dnd_partial-11-module-2", - "parent_name": null, - "template_params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Reid Havens", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder | BI Evangelist", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Havens Consulting Inc", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Going from legacy Tabular Editor to Tabular Editor 3 felt like as big a leap as the jump from developing in Power BI Desktop to the first Tabular Editor! So many amazing features, robust AutoComplete, configurable work environment, and too many more to list!”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (83)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Alberto Ferrari", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“It is quite simple, indeed. If you are a carpenter, then you need a hammer. If you are a taxi driver, then you need a car. If you are a Tabular BI Developer, then you need Tabular Editor 3. To me, Tabular editor 3 is THE development tool for Tabular.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (84)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/alberto.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "700" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - - }, - "custom_text_font": { - "fallback": "sans-serif", - "font": "Poppins", - "font_set": "GOOGLE", - "size": 16, - "styles": { - - }, - "variant": "regular" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100 - }, - { - "color": "#999999", - "opacity": 100 - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": "{\"card_style_group\":{\"alignment\":{\"horizontal_align\":\"LEFT\"},\"background_color\":{\"color\":\"#98DAA4\",\"opacity\":100},\"background_type\":\"background_color\",\"spacing\":{\"padding\":{\"bottom\":{\"units\":\"px\",\"value\":60},\"left\":{\"units\":\"px\",\"value\":60},\"right\":{\"units\":\"px\",\"value\":60},\"top\":{\"units\":\"px\",\"value\":60}}}},\"carousel_navigation\":true,\"spacing\":{\"padding\":{\"bottom\":{\"units\":\"px\"},\"left\":{\"units\":\"px\"},\"right\":{\"units\":\"px\"},\"top\":{\"units\":\"px\"}}}}" - }, - "params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Reid Havens", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder | BI Evangelist", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Havens Consulting Inc", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Going from legacy Tabular Editor to Tabular Editor 3 felt like as big a leap as the jump from developing in Power BI Desktop to the first Tabular Editor! So many amazing features, robust AutoComplete, configurable work environment, and too many more to list!”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (83)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Alberto Ferrari", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“It is quite simple, indeed. If you are a carpenter, then you need a hammer. If you are a taxi driver, then you need a car. If you are a Tabular BI Developer, then you need Tabular Editor 3. To me, Tabular editor 3 is THE development tool for Tabular.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image (84)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/alberto.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/marco.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "custom_text_group": [ - { - "custom_text": "Marco Russo", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": 700, - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "700", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif; font-weight: 700;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "Founder,", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": false, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - }, - { - "custom_text": "SQLBI", - "custom_text_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_text_font": { - "font": "Poppins", - "font_set": "GOOGLE", - "styles": { - "font-family": "Poppins, sans-serif", - "font-style": "normal", - "font-weight": "normal", - "text-decoration": "none" - }, - "size": 16, - "size_unit": null, - "color": null, - "variant": "regular", - "fallback": "sans-serif", - "style": "font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none", - "css": "font-size: 16px;font-family: Poppins, sans-serif;" - }, - "custom_text_inline": true, - "gradient_color": [ - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - }, - { - "color": "#999999", - "opacity": 100, - "rgba": "rgba(153, 153, 153, 1)", - "rgb": "rgb(153, 153, 153)", - "hex": "#999999", - "css": "#999999" - } - ] - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Slide 1" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "simple_image", - "module_components": [ - "richtext", - "separator", - "media", - "custom_text" - ], - "richtext": "\u003Cp\u003E“Tabular Editor 3 is hands down the best and more productive development environment to write and test DAX expressions. This feature alone justifies the adoption, and it just one of the many. It is a must-have tool, period.”\u003C/p\u003E", - "simple_image_group": { - "simple_image": { - "alt": "image 16 (2)", - "height": 76, - "loading": "disabled", - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/reid.png", - "width": 76 - }, - "simple_image_alignment": "" - }, - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group": { - "alignment": { - "horizontal_align": "LEFT", - "css": "" - }, - "background_color": { - "color": "#98DAA4", - "opacity": 100, - "rgba": "rgba(152, 218, 164, 1)", - "rgb": "rgb(152, 218, 164)", - "hex": "#98DAA4", - "css": "#98DAA4" - }, - "background_type": "background_color", - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 60 - }, - "left": { - "units": "px", - "value": 60 - }, - "right": { - "units": "px", - "value": 60 - }, - "top": { - "units": "px", - "value": 60 - } - }, - "css": "padding: 60px;\n" - } - }, - "carousel_navigation": true, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - }, - "css": "padding: px;\n" - } - }, - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "wrap_field_tag": "div", - "field_types": { - "style": "group", - "card_group": "group" - }, - "module_id": 195135205564, - "extra_wrapper_attrs": { - - } - }, - "line_number": 8, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/quote-carousel.html", - "styles": null, - "custom_widget_display_name": "TabularEditor Unicard carousel", - "hidden": false, - "smart_objects": [], - "module_id": 195135205564, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/tabulareditor-unicard-carousel", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "dnd_area-dnd_partial-12-module-2", - "parent_name": null, - "template_params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image": { - "alt": "startpage-last", - "height": 1894, - "loading": "disabled", - "max_height": 1894, - "max_width": 1894, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/startpage-last.jpg", - "width": 1894 - }, - "full_width_image_aspect_ratio": "1/1", - "full_width_image_opt_visibility": true - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Book a demo", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Let us show you how TE3 can elevate your data modeling!", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "media", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed" - }, - "video_type": "hubspot_video" - } - } - ], - "style": "{\"card_style_group1\":{\"background_type\":\"background_color\"},\"card_style_group2\":{\"content_gap\":44,\"max_width\":550,\"spacing\":{\"padding\":{\"bottom\":{\"units\":\"px\"},\"left\":{\"units\":\"px\"},\"right\":{\"units\":\"px\"},\"top\":{\"units\":\"px\"}}}},\"desktop_gap\":124,\"mobile_gap\":44}" - }, - "params": { - "parent_widget_container": "dnd_area", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "card_group": [ - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image": { - "alt": "startpage-last", - "height": 1894, - "loading": "disabled", - "max_height": 1894, - "max_width": 1894, - "src": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/raw_assets/public/tabulareditor-nimbly-lite-child-2024/images/content/tabulareditor/startpage-last.jpg", - "width": 1894 - }, - "full_width_image_aspect_ratio": "1/1", - "full_width_image_opt_visibility": true - }, - "heading": { - "heading_icon_position": "left", - "heading_tag": "h2", - "heading_text": "Right card" - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "media" - ], - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - }, - { - "accordion_group": { - "accordion_border_style": "border_divider", - "accordion_icon_position": "left" - }, - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'\u003E \u003Cpath d='M13.8378 1L26 13M26 13L13.8378 25M26 13H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "separate", - "button_size": "regular", - "button_style": "primary", - "button_text": "Book a demo", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "form_group": { - "form_heading_tag": "h3" - }, - "full_width_image_group": { - "full_width_image_aspect_ratio": "16/9" - }, - "heading": { - "heading_icon_position": "left", - "heading_style": "display-4", - "heading_tag": "h2", - "heading_text": "Let us show you how TE3 can elevate your data modeling!", - "heading_text_prop_visibility": true - }, - "icon_group": { - "icon_size": 80, - "icon_type": "fontawesome" - }, - "lottie_group": { - "lottie_loop": true, - "lottie_mode": "forward", - "lottie_speed": 1 - }, - "media_type": "full_width_image", - "module_components": [ - "main_heading", - "media", - "richtext", - "buttons" - ], - "richtext": "Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets. Tabular Editor 3 is an efficient tool for building and managing Analysis Services Tabular models and Power BI datasets.", - "subheading": { - "heading_icon_position": "left", - "heading_tag": "h3", - "heading_text": "Subheading" - }, - "video_group": { - "embed": { - "source_type": "oembed", - "supported_oembed_types": [ - "photo", - "video", - "link", - "rich" - ] - }, - "video_type": "hubspot_video" - } - } - ], - "style": { - "card_style_group1": { - "background_type": "background_color" - }, - "card_style_group2": { - "content_gap": 44, - "max_width": 550, - "spacing": { - "padding": { - "bottom": { - "units": "px" - }, - "left": { - "units": "px" - }, - "right": { - "units": "px" - }, - "top": { - "units": "px" - } - }, - "css": "padding: px;\n" - } - }, - "desktop_gap": 124, - "mobile_gap": 44 - }, - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "wrap_field_tag": "div", - "field_types": { - "hero_image_group": "group", - "style": "group", - "hero_image_mode": "boolean", - "card_group": "group" - }, - "module_id": 194393146572, - "extra_wrapper_attrs": { - - } - }, - "line_number": 8, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/sections/big-image-box-text.html", - "styles": null, - "custom_widget_display_name": "Unicard Left|Right", - "hidden": false, - "smart_objects": [], - "module_id": 194393146572, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard-left-right", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "global-footer-dndarea-module-3", - "parent_name": null, - "template_params": { - "parent_widget_container": "global-footer-dndarea", - "path": "../../modules/unicard", - "heading": "{\"heading_additional_customization\":true,\"heading_color\":{\"color\":\"#ffffff\",\"opacity\":100},\"heading_style\":\"display-1\",\"heading_tag\":\"h2\",\"heading_text\":\"Ready to get started?\",\"heading_text_prop_visibility\":true}", - "style": "{\"spacing\":{\"padding\":{\"bottom\":{\"units\":\"px\",\"value\":10},\"left\":{},\"right\":{},\"top\":{}}}}", - "module_components": [ - "main_heading" - ] - }, - "params": { - "parent_widget_container": "global-footer-dndarea", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": { - "heading_additional_customization": true, - "heading_color": { - "color": "#ffffff", - "opacity": 100, - "rgba": "rgba(255, 255, 255, 1)", - "rgb": "rgb(255, 255, 255)", - "hex": "#ffffff", - "css": "#ffffff" - }, - "heading_style": "display-1", - "heading_tag": "h2", - "heading_text": "Ready to get started?", - "heading_text_prop_visibility": true - }, - "style": { - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 10 - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - }, - "css": "padding-bottom: 10px;\n" - } - }, - "module_components": [ - "main_heading" - ], - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "overrideable": false, - "wrap_field_tag": "div", - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "module_id": 194393146573, - "extra_wrapper_attrs": { - - } - }, - "line_number": 14, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Unicard", - "hidden": false, - "smart_objects": [], - "module_id": 194393146573, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "global-footer-dndarea-module-5", - "parent_name": null, - "template_params": { - "parent_widget_container": "global-footer-dndarea", - "path": "../../modules/unicard", - "heading": "{\"heading_style\":\"h6\",\"heading_text\":\"\",\"heading_text_prop_visibility\":false}", - "style": "{\"content_gap\":45,\"spacing\":{\"padding\":{\"bottom\":{\"units\":\"px\",\"value\":15},\"left\":{},\"right\":{},\"top\":{}}}}", - "module_components": [ - "main_heading", - "buttons" - ], - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Try Tabular Editor 3 for free", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - }, - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "no_follow": false, - "open_in_new_tab": false, - "sponsored": false, - "url": { - "href": "", - "href_with_scheme": "", - "type": "EXTERNAL" - }, - "user_generated_content": false - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - - }, - "custom_button_border_color": { - - }, - "custom_button_font": { - "font_set": "DEFAULT" - }, - "custom_button_hover": { - "background": { - - }, - "border_color": { - - }, - "color": { - - } - }, - "custom_link_color": { - - }, - "custom_link_font": { - "font_set": "DEFAULT" - }, - "custom_link_hover": { - "color": { - - } - } - } - ] - }, - "params": { - "parent_widget_container": "global-footer-dndarea", - "path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "heading": { - "heading_style": "h6", - "heading_text": "", - "heading_text_prop_visibility": false - }, - "style": { - "content_gap": 45, - "spacing": { - "padding": { - "bottom": { - "units": "px", - "value": 15 - }, - "left": { - - }, - "right": { - - }, - "top": { - - } - }, - "css": "padding-bottom: 15px;\n" - } - }, - "module_components": [ - "main_heading", - "buttons" - ], - "button_group": [ - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Try Tabular Editor 3 for free", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - }, - { - "add_button_icon": "inline_svg", - "button_alignment": "start", - "button_hide_text": false, - "button_icon": { - "type": "REGULAR", - "icon_set": "fontawesome-5.0.10" - }, - "button_icon_position": "right", - "button_image": { - "loading": "disabled", - "src": "" - }, - "button_inline_svg": "\u003Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'\u003E\u003Cpath d='M20 1L38 19M38 19L20 37M38 19H1' stroke='#171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/\u003E\u003C/svg\u003E", - "button_link": { - "url": { - "type": "EXTERNAL", - "content_id": null, - "href": "", - "href_with_scheme": "" - }, - "open_in_new_tab": false, - "no_follow": false, - "sponsored": false, - "user_generated_content": false, - "rel": "" - }, - "button_position": "fullwidth", - "button_size": "large", - "button_style": "secondary2", - "button_text": "Buy Tabular Editor 3", - "custom_button_background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_button_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_button_hover": { - "background": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "border_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - }, - "custom_link_color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - }, - "custom_link_font": { - "font": null, - "font_set": "DEFAULT", - "styles": null, - "size": null, - "size_unit": null, - "color": null, - "variant": null, - "fallback": null, - "style": null, - "css": "" - }, - "custom_link_hover": { - "color": { - "color": null, - "opacity": null, - "rgba": null, - "rgb": null, - "hex": null, - "css": "" - } - } - } - ], - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "overrideable": false, - "wrap_field_tag": "div", - "field_types": { - "heading": "group", - "additional_images_group": "group", - "simple_image_group": "group", - "accordion_group": "group", - "show_categories": "boolean", - "lottie_group": "group", - "category_group": "choice", - "button_group": "group", - "categories_style_group": "group", - "simple_text": "text", - "media_type": "choice", - "whole_area_link": "boolean", - "video_group": "group", - "icon_group": "group", - "richtext": "richtext", - "custom_text_group": "group", - "list_group": "group", - "style": "group", - "module_components": "choice", - "subheading": "group", - "form_group": "group", - "meeting": "meeting", - "full_width_image_group": "group" - }, - "module_id": 194393146573, - "extra_wrapper_attrs": { - - } - }, - "line_number": 27, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Unicard", - "hidden": false, - "smart_objects": [], - "module_id": 194393146573, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "/tabulareditor-nimbly-lite-child-2024/modules/unicard", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "global-footer-dndarea-module-7", - "parent_name": null, - "template_params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "About us", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Contact us", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Technical Support", - "type": "NO_LINK" - } - ], - "orientation": "horizontal" - }, - "params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "About us", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Contact us", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Technical Support", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "overrideable": false, - "extra_classes": "widget-type-simple_menu", - "wrap_field_tag": "div", - "field_types": { - "menu_tree": "simplemenu", - "orientation": "choice" - }, - "module_id": 1790630, - "extra_wrapper_attrs": { - - } - }, - "line_number": 45, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Simple Menu", - "hidden": false, - "smart_objects": [], - "module_id": 1790630, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "@hubspot/simple_menu", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "global-footer-dndarea-module-9", - "parent_name": null, - "template_params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "LinkedIn", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Twitter", - "type": "NO_LINK" - } - ], - "orientation": "horizontal" - }, - "params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "LinkedIn", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Twitter", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "overrideable": false, - "extra_classes": "widget-type-simple_menu", - "wrap_field_tag": "div", - "field_types": { - "menu_tree": "simplemenu", - "orientation": "choice" - }, - "module_id": 1790630, - "extra_wrapper_attrs": { - - } - }, - "line_number": 58, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Simple Menu", - "hidden": false, - "smart_objects": [], - "module_id": 1790630, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "@hubspot/simple_menu", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "global-footer-dndarea-module-11", - "parent_name": null, - "template_params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "style": "{\"color\":{\"color\":{\"color\":\"#EFEAE1\",\"opacity\":20}}}" - }, - "params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "style": { - "color": { - "color": { - "color": "#EFEAE1", - "opacity": 20, - "rgba": "rgba(239, 234, 225, 0.2)", - "rgb": "rgb(239, 234, 225)", - "hex": "#EFEAE1", - "css": "rgba(239, 234, 225, 20%)" - } - } - }, - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "overrideable": false, - "wrap_field_tag": "div", - "field_types": { - "style": "group" - }, - "module_id": 86868581591, - "extra_wrapper_attrs": { - - } - }, - "line_number": 76, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Divider.", - "hidden": false, - "smart_objects": [], - "module_id": 86868581591, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "@marketplace/Resultify/Nimbly_Lite/modules/n-divider", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - }, - { - "type": "module", - "name": "global-footer-dndarea-module-12", - "parent_name": null, - "template_params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "Privacy & Cookie policy", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Terms & Conditions", - "type": "NO_LINK" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "License terms", - "type": "NO_LINK" - } - ], - "orientation": "horizontal" - }, - "params": { - "parent_widget_container": "global-footer-dndarea", - "path": "@hubspot/simple_menu", - "menu_tree": [ - { - "children": [], - "isPublished": false, - "linkLabel": "Privacy & Cookie policy", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "Terms & Conditions", - "type": "NO_LINK", - "url": "javascript:void(0);" - }, - { - "children": [], - "isPublished": false, - "linkLabel": "License terms", - "type": "NO_LINK", - "url": "javascript:void(0);" - } - ], - "orientation": "horizontal", - "is_widget_block": true, - "widget_type": "module", - "org_tag": "module_block", - "smart_type": "NOT_SMART", - "smart_objects": [], - "definition_id": null, - "overrideable": false, - "extra_classes": "widget-type-simple_menu", - "wrap_field_tag": "div", - "field_types": { - "menu_tree": "simplemenu", - "orientation": "choice" - }, - "module_id": 1790630, - "extra_wrapper_attrs": { - - } - }, - "line_number": 90, - "parent_template_path": "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html", - "styles": null, - "custom_widget_display_name": "Simple Menu", - "hidden": false, - "smart_objects": [], - "module_id": 1790630, - "definition_id": null, - "extra_wrapper_attrs": { - - }, - "export_to_template_context": false, - "module_path": "@hubspot/simple_menu", - "criterion_id": null, - "nested_in_cmv2_module": false, - "module_title_tag": "h3", - "initial_value": "" - } - ], - "layout_section_styles": { - "css_by_selector": { - ".global-header-dndarea-row-0-force-full-width-section \u003E .row-fluid": [ - "max-width: none !important;\n" - ], - ".dnd_area-dnd_partial-7-row-0-force-full-width-section \u003E .row-fluid": [ - "max-width: none !important;\n" - ], - ".dnd_area-row-5-force-full-width-section \u003E .row-fluid": [ - "max-width: none !important;\n" - ] - }, - "desktop_media_query_css_by_selector": { - - }, - "css_by_breakpoint_and_selector": { - "default": { - ".global-header-dndarea-row-0-padding": [ - "padding-top: 0px !important;\npadding-bottom: 0px !important;" - ], - ".dnd_area-dnd_partial-2-column-2-padding": [ - "padding-bottom: 90px !important;" - ], - ".dnd_area-dnd_partial-7-row-0-padding": [ - "padding-top: 40px !important;" - ], - ".dnd_area-dnd_partial-12-row-0-padding": [ - "padding-bottom: 120px !important;" - ], - ".dnd_area-row-4-padding": [ - "padding-bottom: 30px !important;" - ], - ".dnd_area-row-5-padding": [ - "padding-top: 40px !important;" - ], - ".dnd_area-row-6-padding": [ - "padding-bottom: 20px !important;" - ], - ".dnd_area-row-8-padding": [ - "padding-bottom: 120px !important;" - ], - ".global-footer-dndarea-row-0-padding": [ - "padding-top: 110px !important;\npadding-bottom: 55px !important;" - ], - ".global-footer-dndarea-row-0-background-layers": [ - "background-image: linear-gradient(rgba(0, 76, 71, 1), rgba(0, 76, 71, 1)) !important;\nbackground-position: left top !important;\nbackground-size: auto !important;\nbackground-repeat: no-repeat !important;\n" - ], - ".global-footer-dndarea-column-1-row-0-padding": [ - "padding-bottom: 265px !important;" - ], - ".global-footer-dndarea-column-10-padding": [ - "padding-top: 40px !important;\npadding-bottom: 35px !important;" - ] - }, - "mobile": { - ".dnd_area-dnd_partial-2-column-2-padding": [ - "padding-bottom: 30px !important;" - ], - ".dnd_area-dnd_partial-12-row-0-padding": [ - "padding-bottom: 60px !important;" - ], - ".dnd_area-row-8-padding": [ - "padding-bottom: 60px !important;" - ], - ".global-footer-dndarea-row-0-padding": [ - "padding-top: 60px !important;" - ], - ".global-footer-dndarea-column-1-row-0-padding": [ - "padding-bottom: 130px !important;" - ], - ".global-footer-dndarea-column-10-padding": [ - "padding-top: 20px !important;\npadding-bottom: 20px !important;" - ], - ".global-footer-dndarea-column-13-padding": [ - "padding-bottom: 40px !important;" - ] - } - } - }, - "current_path": "tabulareditor-nimbly-lite-child-2024/templates/home.html", - "template_types": { - "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html": 0, - "tabulareditor-nimbly-lite-child-2024/sections/big-image-box-text.html": 37, - "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html": 0, - "tabulareditor-nimbly-lite-child-2024/modules/macros/button.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html": 0, - "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header.html": 38, - "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html": 0, - "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header-settings.html": 38, - "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html": 0, - "tabulareditor-nimbly-lite-child-2024/templates/layouts/base.html": 0, - "tabulareditor-nimbly-lite-child-2024/sections/quote-carousel.html": 37, - "tabulareditor-nimbly-lite-child-2024/sections/three-column-icon-text-button.html": 37, - "tabulareditor-nimbly-lite-child-2024/sections/carousel-autoscroll.html": 37, - "tabulareditor-nimbly-lite-child-2024/css/macros/macros.css": 24, - "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html": 0, - "tabulareditor-nimbly-lite-child-2024/sections/text-big-image.html": 37, - "tabulareditor-nimbly-lite-child-2024/modules/macros/link.html": 0, - "tabulareditor-nimbly-lite-child-2024/templates/partials/child-includes.html": 0, - "tabulareditor-nimbly-lite-child-2024/modules/macros/target-blank.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/video.html": 0, - "tabulareditor-nimbly-lite-child-2024/sections/image-text-list.html": 37, - "tabulareditor-nimbly-lite-child-2024/modules/macros/icon.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html": 0, - "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html": 0, - "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html": 38, - "tabulareditor-nimbly-lite-child-2024/sections/text-video.html": 37, - "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html": 0, - "tabulareditor-nimbly-lite-child-2024/css/macros.css": 24, - "tabulareditor-nimbly-lite-child-2024/partials/components/form.html": 0 - }, - "branding_favicon": "", - "True": true, - "meta_author": "", - "buffer_theme": false, - "request_contact": "", - "194393184486_hs_counter": 7, - "template_host_template_types": { - "tabulareditor-nimbly-lite-child-2024/partials/modules/unicard.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/big-image-box-text.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/list-group.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/modules/macros/button.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/richtext.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/full-width-image.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/icon.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/custom-text-group.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/meeting.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/templates/partials/global-header-settings.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/button-group.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/templates/layouts/base.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/quote-carousel.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/three-column-icon-text-button.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/carousel-autoscroll.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/css/macros/macros.css": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/media-group.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/category-group.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/text-big-image.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/modules/macros/link.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/templates/partials/child-includes.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/modules/macros/target-blank.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/video.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/image-text-list.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/modules/macros/icon.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/accordion-group.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/simple-text.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/lottie.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/utils/link-attributes.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/utils/hash.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/simple-image.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/templates/partials/global-footer.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/sections/text-video.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/heading.html": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/css/macros.css": [ - "ANY" - ], - "tabulareditor-nimbly-lite-child-2024/partials/components/form.html": [ - "ANY" - ] - }, - "user_head_overrides": "", - "ticket": { - - }, - "js_head_assets": { - "type": "JS_HEAD", - "assets": [ - { - "type": "JS", - "url": "//143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/hub_generated/template_assets/1/194393146580/1736251871804/template_bootstrap.min.js", - "priority": 0, - "script_attributes": { - "defer": false, - "async": true, - "type": null, - "data_cookie_consent": null, - "attributes": { - - } - } - } - ], - "placeholder": "\u003C!-- $$__4156_JS_HEAD__$$ --\u003E" - }, - "membership_logo": { - "src": "https://143610164.fs1.hubspotusercontent-eu1.net/hubfs/143610164/nimbly-logo-black.svg", - "alt": "" - }, - "content": { - "portal_id": 143610164, - "site_id": null, - "id": 199950112957, - "slug": "tehome", - "content_type_id": null, - "content_group_id": null, - "campaign": null, - "category_id": 1, - "state": "PUBLISHED_OR_SCHEDULED", - "publish_date": 1736252192000, - "created": 1736252160076, - "updated": 1736252196468, - "template_path": "tabulareditor-nimbly-lite-child-2024/templates/home.html", - "name": "\u003Cspan id=\"hs_cos_wrapper_name\" class=\"hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_text\" style=\"\" data-hs-cos-general-type=\"meta_field\" data-hs-cos-type=\"text\" \u003Etehome\u003C/span\u003E", - "mab_experiment_id": null, - "archived": false, - "author_name": null, - "deleted_at": 0, - "freeze_date": 1736252192000, - "processing_status": "", - "preview_key": "lTLXImMh", - "ab_test_id": null, - "created_by_id": 47942679, - "updated_by_id": 47942679, - "domain": "143610164.hs-sites-eu1.com", - "resolved_domain": "143610164.hs-sites-eu1.com", - "legacy_id": null, - "performable_guid": null, - "is_draft": false, - "subcategory": "site_page", - "ab_status": null, - "blueprint_type_id": 0, - "folder_id": null, - "analytics_page_id": "199950112957", - "flex_areas": { - - }, - "widget_containers": { - - }, - "widgets": { - - }, - "sections": { - - }, - "views": 0, - "cta_views": null, - "cta_clicks": null, - "tms_id": null, - "widgetcontainers": { - - }, - "screenshot_preview_url": "https://cdn1.hubspotusercontent-eu1.net/hubshotv3/prod/e/0/28f536bb-a016-479b-ab84-e84e5e9fb4aa.png", - "screenshot_preview_taken_at": 1736252193078, - "language": null, - "resolved_language": null, - "translated_from_id": null, - "translations": { - - }, - "dynamic_page_hub_db_table_id": null, - "dynamic_page_data_source_type": null, - "dynamic_page_data_source_id": null, - "business_unit_id": null, - "portable_key": null, - "approval_status": null, - "errors": [], - "position": null, - "featured_image_length": 0, - "upsize_featured_image": false, - "published_by_name": null, - "published_by_email": null, - "user_perms": [], - "team_perms": [], - "visible_to_all": null, - "content_access_rule_types": [], - "content_access_rule_ids": [], - "has_content_access_rules": false, - "crm_object_id": null, - "theme_path": null, - "text_to_audio_file_id": null, - "text_to_audio_generation_request_id": null, - "structured_content_type": null, - "structured_content_page_type": null, - "absolute_url": "http://143610164.hs-sites-eu1.com/tehome", - "live_domain": "143610164.hs-sites-eu1.com", - "site_page": true, - "keywords": [], - "page_redirected": false, - "landing_page": false, - "header": null, - "title": "TEHome", - "current_state": "PUBLISHED", - "author": null, - "head_html": null, - "footer_html": null, - "attached_stylesheets": [], - "enable_domain_stylesheets": null, - "include_default_custom_css": null, - "author_username": null, - "public_access_rules_enabled": false, - "public_access_rules": [], - "meta_description": null, - "meta_keywords": null, - "html_title": "TEHome", - "layout_sections": { - - }, - "content_type_category": 4, - "past_mab_experiment_ids": [], - "analytics_page_type": "standard-page", - "ab": false, - "mab": false, - "currently_published": true, - "deleted_by_email": null, - "featured_image_alt_text": "", - "publish_date_local_time": 1736252192000, - "enable_layout_stylesheets": null, - "tweet": null, - "tweet_at": null, - "campaign_name": null, - "campaign_utm": null, - "page_title": "TEHome", - "tweet_immediately": false, - "publish_immediately": true, - "security_state": "NONE", - "scheduled_update_date": 0, - "placement_guids": [], - "property_for_dynamic_page_title": null, - "property_for_dynamic_page_slug": null, - "property_for_dynamic_page_meta_description": null, - "property_for_dynamic_page_featured_image": null, - "property_for_dynamic_page_canonical_url": null, - "preview_image_src": null, - "legacy_blog_tabid": null, - "legacy_post_guid": null, - "performable_variation_letter": null, - "style_override_id": null, - "has_user_changes": true, - "css": { - - }, - "css_text": "", - "content_type_category_id": 4, - "created_time": 1736252160076, - "unpublished_at": 0, - "template_path_for_render": "tabulareditor-nimbly-lite-child-2024/templates/home.html", - "archived_in_dashboard": false, - "archived_at": 0, - "published_by_id": 47942679, - "allowed_slug_conflict": false, - "aifeatures": null, - "ab_variation": false, - "ab_variation_automated": false, - "mab_master": false, - "mab_variant": false, - "link_rel_canonical_url": "", - "published_url": "http://143610164.hs-sites-eu1.com/tehome", - "page_expiry_enabled": null, - "page_expiry_date": null, - "page_expiry_redirect_id": null, - "page_expiry_redirect_url": null, - "translated_content": { - - }, - "deleted_by_id": null, - "deleted_by": null, - "state_when_deleted": null, - "cloned_from": null, - "staged_from": null, - "personas": [], - "compose_body": null, - "featured_image": "", - "use_featured_image": false, - "featured_image_width": 0, - "featured_image_height": 0, - "publish_timezone_offset": null, - "theme_settings_values": null, - "is_instance_layout_page": false, - "created_by_agent": null, - "category": 1, - "password": null, - "url": "http://143610164.hs-sites-eu1.com/tehome", - "label": "\u003Cspan id=\"hs_cos_wrapper_name\" class=\"hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_text\" style=\"\" data-hs-cos-general-type=\"meta_field\" data-hs-cos-type=\"text\" \u003Etehome\u003C/span\u003E", - "published_at": 1736252192908, - "is_published": true, - "cdn_purge_embargo_time": null, - "last_edit_session_id": 1736252183517, - "last_edit_update_id": 8, - "audience_access": "PUBLIC", - "meta": { - "featured_image_height": 0, - "featured_image_width": 0, - "has_user_changes": true, - "last_edit_session_id": 1736252183517, - "last_edit_update_id": 8, - "css": { - - }, - "password": null, - "attached_stylesheets": [], - "campaign_name": null, - "campaign_utm": null, - "css_text": "", - "property_for_dynamic_page_slug": null, - "property_for_dynamic_page_title": null, - "property_for_dynamic_page_meta_description": null, - "property_for_dynamic_page_canonical_url": null, - "property_for_dynamic_page_featured_image": null, - "enable_domain_stylesheets": null, - "enable_layout_stylesheets": null, - "featured_image": "", - "featured_image_alt_text": "", - "footer_html": null, - "head_html": null, - "html_title": "TEHome", - "include_default_custom_css": null, - "layout_sections": { - - }, - "link_rel_canonical_url": "", - "meta_description": null, - "page_expiry_date": null, - "page_expiry_enabled": null, - "page_expiry_redirect_id": null, - "page_expiry_redirect_url": null, - "publish_immediately": true, - "theme_settings_values": null, - "use_featured_image": false, - "public_access_rules": [], - "public_access_rules_enabled": false, - "published_by_id": 47942679, - "published_at": 1736252192908, - "scheduled_update_date": 0, - "header": null - } - }, - "is_in_previewer": false, - "inline_theme": "", - "standard_header_includes": "\u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003E\n\n \n \u003Cmeta property=\"og:description\" content=\"\"\u003E\n \u003Cmeta property=\"og:title\" content=\"TEHome\"\u003E\n \u003Cmeta name=\"twitter:description\" content=\"\"\u003E\n \u003Cmeta name=\"twitter:title\" content=\"TEHome\"\u003E\n\n {{ js_integration_head_start() }}\n\n {{ head_elements() }}\n {{ head_css() }}\n {{ head_js() }}\n\n {{ js_integration_head() }}\n \u003Clink rel=\"canonical\" href=\"http://143610164.hs-sites-eu1.com/tehome\" /\u003E\n\n\n\u003Cmeta property=\"og:url\" content=\"http://143610164.hs-sites-eu1.com/tehome\"/\u003E\n\u003Cscript\u003Evar hsVars = { app_hs_base_url: 'https://app-eu1.hubspot.com' };\u003C/script\u003E\n\n\u003Cmeta name=\"twitter:card\" content=\"summary\"\u003E\n\u003Cmeta http-equiv=\"content-language\" content=\"en\" /\u003E\n{{ include_default_custom_css(content.include_default_custom_css, template_meta.include_default_custom_css, domain_settings.include_default_custom_css) }}\n{{ include_attached_css(content_group.attached_stylesheets or domain_settings.attached_stylesheets, content.enable_domain_stylesheets, template_meta.enable_domain_stylesheets, theme_meta.enable_domain_stylesheets, domain_settings.enable_domain_stylesheets) }}\n{{ include_attached_css(template_meta.attached_stylesheets, content.enable_layout_stylesheets) }}\n{{ include_attached_css(content.attached_stylesheets) }}\n{{ require_attached_js(template_meta.attached_js) }}\n", - "local_time_zone": "Europe/Copenhagen", - "static_domain": "static.hubspot.com", - "home_url": "/", - "is_in_editor": false, - "brandSettings": "", - "app_hs_base_url": "https://app-eu1.hubspot.com", - "render_pass_id": "492bea0f-ebf7-4d96-a1e8-f621c800b9d2", - "year": 2025, - "branding_fonts": "", - "slug": "tehome", - "widget_attributes": null, - "__macros__": { - - }, - "widget_data": { - "sticky_header": { - "parent_widget_container": null, - "label": "Sticky header", - "smart_type": "NOT_SMART", - "type": "module", - "export_to_template_context": true, - "field_types": { - "boolean": "boolean" - }, - "path": "/tabulareditor-nimbly-lite-child-2024/modules/n-boolean", - "definition_id": null, - "module_id": 86868581590, - "boolean": false, - "value": "false", - "wrap_field_tag": "div", - "smart_objects": [], - "overrideable": false - } - }, - "preview_all_assets": false, - "null": null, - "Query": "", - "in_container": false, - "preview_layout_sections": { - - }, - "quote": { - - }, - "name": "tehome", - "is_in_hs_app": false, - "template_meta": { - "portal_id": 143610164, - "id": 194393184486, - "path": "tabulareditor-nimbly-lite-child-2024/templates/home.html", - "project_id": null, - "deploy_id": 1, - "folder_id": 194387752136, - "source": "\u003C!--\n templateType: page\n isAvailableForNewContent: true\n enableDomainStylesheets: false\n label: Home\n screenshotPath: ../images/template-previews/home.jpg\n--\u003E\n\n{% extends \"./layouts/base.html\" %}\n\n{% block body %}\n\n {% dnd_area 'dnd_area'\n label='Home template',\n class='home-template'\n %}\n\n {# The goto tool for Power BI Tabular modelling #}\n {% include_dnd_partial path='../sections/text-big-image.html' context={} %}\n\n {# Streamline, automate & boost perfomance with the ultimate Power BI modelling tool #}\n {% include_dnd_partial path='../sections/three-column-icon-text-button.html' context={} %}\n\n {# Time to use your time better #}\n {% include_dnd_partial path='../sections/text-video.html' context={} %}\n\n {# Time to use your time better #}\n {% include_dnd_partial path='../sections/image-text-list.html' context={} %}\n\n {# Trusted by 50 000 + customers #}\n {% dnd_section\n padding={\n \"default\" : {\n \"bottom\" : \"30px\"\n }\n }\n %}\n {% dnd_column\n offset=0,\n width=12\n %}\n {% dnd_row %}\n {% dnd_module\n path=\"/tabulareditor-nimbly-lite-child-2024/modules/unicard\",\n offset=0,\n width=12,\n module_components=[ \"main_heading\" ],\n heading={\n \"heading_style\" : \"display-4\",\n \"heading_text\" : \"Trusted by 50 000 + customers\",\n \"heading_text_prop_visibility\" : true\n }\n %}\n {% end_dnd_module %}\n {% end_dnd_row %}\n {% end_dnd_column %}\n {% end_dnd_section %}\n\n {# Carousel autoscroll #}\n {% include_dnd_partial path='../sections/carousel-autoscroll.html' context={} %}\n\n {# What are people saying about TE3? #}\n {% dnd_section\n padding={\n \"default\" : {\n \"bottom\" : \"20px\"\n }\n }\n %}\n {% dnd_column\n offset=0,\n width=6\n %}\n {% dnd_row %}\n {% dnd_module\n path=\"/tabulareditor-nimbly-lite-child-2024/modules/unicard\",\n offset=0,\n width=12,\n heading={\n \"heading_style\" : \"display-4\",\n \"heading_text\" : \"What are people saying about TE3?\",\n \"heading_text_prop_visibility\" : true\n },\n module_components=[ \"main_heading\" ]\n %}\n {% end_dnd_module %}\n {% end_dnd_row %}\n {% end_dnd_column %}\n {% dnd_column\n offset=6,\n width=6\n %}\n\n {% end_dnd_column %}\n {% end_dnd_section %}\n\n {# Quote carousel #}\n {% include_dnd_partial path='../sections/quote-carousel.html' context={} %}\n\n {# Let us show you how TE3 can elevate your data modeling! #}\n {% include_dnd_partial path='../sections/big-image-box-text.html' context={} %}\n\n {% end_dnd_area %}\n\n{% endblock body %}\n", - "created": 1734006598086, - "deleted_at": 0, - "updated": 1734347881616, - "label": "home.html", - "is_available_for_new_content": true, - "has_dnd_area": true, - "template_type": 4, - "dependent_on_theme": true, - "generated_from_layout_id": null, - "size": 2727, - "meta": { - "hasBufferedChanges": false - }, - "template_source": "STANDARD", - "created_by_id": 47942679, - "updated_by_id": 47942679, - "asset_source": "MYSQL", - "category_id": 1, - "release_id": "", - "type": "", - "user_meta": null, - "number_install": null, - "last_used": null, - "preview_key": "tc32DI604-_6X7c5cApQbg", - "preview_domain": "143610164.hubspotpreview-eu1.com", - "theme_metadata": null, - "staged": false, - "data_query_path": null, - "content_types": null, - "is_js_template": false, - "react_build_meta": null, - "default": false, - "display_name": "Home", - "inherited_asset": false, - "folder": "tabulareditor-nimbly-lite-child-2024/templates", - "scopes": [], - "cdn_minified_url": "", - "cdn_url": "", - "deleted": false, - "attached_stylesheets": [], - "attached_amp_stylesheet": 0, - "enable_domain_stylesheets": false, - "include_default_custom_css": null, - "cdn_purge_embargo_time": null, - "filename": "home.html", - "cloned_from": null, - "generator": null, - "attached_js": [], - "folder_path": "tabulareditor-nimbly-lite-child-2024/templates", - "host_template_types": [ - "ANY" - ], - "content_tags": [], - "purchased": false, - "is_read_only": false, - "themes_cdn_meta": { - - }, - "is_from_layout": false, - "missing": false, - "has_style_tag": false, - "linked_style_id": null, - "cloned_from_layout_id": null, - "minification_error": null, - "minification_error_line_no": null, - "description_i18n_key": "", - "amp_validated": false, - "screenshot_path": "../images/template-previews/home.jpg", - "theme_field_dependencies": [], - "is_enabled_for_email_v3_rendering": null, - "data_query_absolute_path": null, - "category": 1, - "last_edit_session_id": null, - "last_edit_update_id": null, - "marketplace_delivery_id": null, - "cloned_from_id": null, - "marketplace_good_id": null, - "marketplace_version": null, - "requires_marketplace_jquery": false, - "body": { - "is_read_only": false, - "folder": "tabulareditor-nimbly-lite-child-2024/templates", - "cdn_minified_url": null, - "cdn_url": "", - "has_user_changes": true, - "display_name": "Home", - "screenshot_path": "../images/template-previews/home.jpg", - "enable_domain_stylesheets": false, - "hidden_sections": [], - "hidden_modules": [], - "goals": [], - "has_style_tag": false, - "has_menu_tag": false - }, - "googleFonts": { - - }, - "customFonts": [] - }, - "ampMode": false, - "site_id": 1, - "script_loader_base_url": "/hs/scriptloader", - "js_integrations": [] -} \ No newline at end of file