diff --git a/rangeldigital/__pycache__/__init__.cpython-313.pyc b/rangeldigital/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..78506c5 Binary files /dev/null and b/rangeldigital/__pycache__/__init__.cpython-313.pyc differ diff --git a/rangeldigital/__pycache__/hooks.cpython-313.pyc b/rangeldigital/__pycache__/hooks.cpython-313.pyc new file mode 100644 index 0000000..9d8954e Binary files /dev/null and b/rangeldigital/__pycache__/hooks.cpython-313.pyc differ diff --git a/rangeldigital/fixtures/web_template_promo_tabs_section_1.json b/rangeldigital/fixtures/web_template_promo_tabs_section_1.json index 2bfe049..d9a6391 100644 --- a/rangeldigital/fixtures/web_template_promo_tabs_section_1.json +++ b/rangeldigital/fixtures/web_template_promo_tabs_section_1.json @@ -31,7 +31,7 @@ { "fieldname": "tab_icon", "fieldtype": "Attach Image", - "label": "Tab Image", + "label": "Tab Icon", "reqd": 0 }, { @@ -47,33 +47,15 @@ "reqd": 0 }, { - "fieldname": "tab_content_sub_heading", + "fieldname": "tab_sub_heading", "fieldtype": "Data", - "label": "Tab Content Sub-Heading", + "label": "Tab Sub-Heading", "reqd": 0 }, { - "fieldname": "tab_content_image", + "fieldname": "tab_image", "fieldtype": "Attach Image", - "label": "Tab Content Image", - "reqd": 0 - }, - { - "fieldname": "tab_cta_text", - "fieldtype": "Data", - "label": "Tab CTA Text", - "reqd": 0 - }, - { - "fieldname": "tab_content_html", - "fieldtype": "data", - "label": "Tab Content HTML", - "reqd": 0 - }, - { - "fieldname": "tab_cta_url", - "fieldtype": "Data", - "label": "Tab CTA URL", + "label": "Tab Image", "reqd": 0 } ], @@ -84,6 +66,6 @@ "name": "Promo Tabs Section - 1", "owner": "Administrator", "standard": 0, - "template": "
\n
\n
\n
\n
\n {% for tab in tabs %}\n {% if loop.index == 1 %}\n
\n \"\"\n
\n {% else %}\n
\n \"\"\n
\n {% endif %}\n {% endfor %}\n\n
\n
\n
\n
\n
\n

Why Choose Picmate

\n

has more image rendering options than you'll ever need. Focus on the things\n that really matter to your users business.

\n
\n
    \n {% for tab in tabs %}\n {% if loop.index == 1 %}\n
  • \n
    \n \"\"\n
    \n
    Responsive Screenshots
    \n

    Screenshot your website at different widths and heights to simulate\n different devices and situations.

    \n
    \n
    \n
    \n
    \n
    \n
  • \n {% else %}\n
  • \n
    \n \"\"\n
    \n
    Full Page Screenshots
    \n

    Go beyond the limits of a browser's viewport and capture everything in an\n HTML document.

    \n
    \n
    \n
    \n
    \n
    \n
  • \n {% endif %}\n {% endfor %}\n
\n
\n
\n
\n
\n
" + "template": "
\n
\n
\n
\n
\n {% for tab in tabs %}{% if loop.index == 1 %}
\n \"\"\n
\n {% else %}\n
\n \"\"\n
\n {% endif %}\n {% endfor %}\n\n
\n
\n
\n
\n
\n

Why Choose Picmate

\n

has more image rendering options than you'll ever need. Focus on the things\n that really matter to your users business.

\n
\n
    \n {% for tab in tabs %}\n {% if loop.index == 1 %}\n
  • \n \n
  • \n {% else %}\n
  • \n
    \n \"\"\n
    \n
    {{ tab.tab_heading }}
    \n

    {{ tab.tab_sub_heading }}

    \n
    \n
    \n
    \n
    \n
    \n
  • \n {% endif %}\n {% endfor %}\n
\n
\n
\n
\n
\n
" , "type": "Component" } \ No newline at end of file diff --git a/rangeldigital/rangel_digital/__pycache__/__init__.cpython-313.pyc b/rangeldigital/rangel_digital/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..f79ee2a Binary files /dev/null and b/rangeldigital/rangel_digital/__pycache__/__init__.cpython-313.pyc differ