Help Center
  • Welcome
  • Setka Editor
    • Getting started
    • Drag-and-Drop & Multiselect
    • Text editing
    • Grids and Layout
    • Images
      • Image Editor
    • Background images
    • Icons
    • Animations
    • Lists
    • Tables
    • Dividers
    • Footnotes
    • Hotspots
    • Enhance Symbols
    • Post templates
    • Buttons
    • Comments and collaboration
    • Embeds
    • Hyphenation
    • Responsive layout for mobile screens
    • Custom CSS
    • Custom JS plugins
  • Setka Content Design System Manager
    • Creating and editing styles
    • Text formats and fonts
    • Styles display for mobile mevices
    • Text and background colors
    • Dividers
    • Icons
    • Components – reusable design elements
      • Creating Components with HTML and CSS
        • CSS in components
        • Component examples
    • Configuring layout grids
    • Editing default elements with Custom CSS
    • Adding team members
  • Account Settings
    • Account settings basics
    • Access rights
    • Billing and subscription
  • Preserve your Setka Editor content after the service shutdown
  • Integrations
    • Setka and WordPress
      • Installing Setka Editor WordPress plugin
      • Launching Setka Editor on the post creation page
      • Setka Editor and WordPress compatibility
      • Setka Editor compatibility with the most popular WordPress plugins
      • Inserting graphs, charts, or diagrams into a post
      • Setka Editor and Google AMP
      • Inserting adverts into a post
      • srcset — the attribute for image size optimization
      • Page load speed optimization settings
        • Autoptimize plugin configuration
      • WordPress troubleshooting: known Issues and how to fix them
      • Preserve your Setka Editor content after the service shutdown
    • Setka and Drupal
      • Setka for Drupal — compatibility, and features
      • Installing Setka modules for Drupal
      • Setka content on AMP pages in Drupal
    • Setka and Magento
      • Installing Magento 2 extension
        • Setka Editor configuration page
      • Preserve your Setka Editor content after the service shutdown
    • Setka and HubSpot
      • Setka Editor and HubSpot Blogs
      • Setka Editor and HubSpot Landing Pages
      • Semi-gated content with a HubSpot form
      • Preserve your Setka Editor content after the service shutdown
    • Setka and Bitrix
      • Preserve your Setka Editor content after the service shutdown
    • Setka and Ghost
      • Copying and pasting posts from Setka to Ghost
    • Setka and SharePoint Online
      • Installing Setka Editor application into SharePoint Online
    • Setka and Zapier
      • Setka and Webflow
        • Exporting new posts
        • Updating exported posts
      • Setka and Shopify
    • Setka and Integromat
    • Content Cloud
  • API
    • Setka Content Cloud API
    • Webhooks
    • API for Custom CMS Integration
      • Introduction to custom integration
      • Integration with Content Design System Manager (CDSM)
        • Initial sync — receiving Setka Editor files to connect them to your CMS
        • Storing and processing Setka Editor files
        • Connecting Setka Editor files to the pages of your site
        • Receiving style updates from the Style Manager and new editor versions
      • Setka Post Editor initialization (JavaScript)
      • Integration with Style Manager (API v1, previous version)
      • Preserve your Setka Editor content after the service shutdown
    • Custom Components API
  • VIDEO TUTORIALS
    • Setka Editor Video Tutorials
  • Components Library
    • Components Library
    • Guide: Ideas for Using Setka Editor’s Components to Improve Content Design
  • Content Experience Design Best Practices
    • Guide To Designing a Great Content Experience
Powered by GitBook
On this page
  • Introduction
  • Assets that rely on Setka Editor CDN
  • How to preserve your data
  • Prerequisites
  • If Setka CDN is enabled
  • If Setka CDN is disabled

Was this helpful?

  1. Integrations
  2. Setka and Bitrix

Preserve your Setka Editor content after the service shutdown

This is a step-by-step guide on ensuring your content created with Setka Editor is safe in Bitrix after Setka Editor infrastructure shutdown.

PreviousSetka and BitrixNextSetka and Ghost

Last updated 1 year ago

Was this helpful?

Introduction

To ensure robust content preservation on Bitrix after the Setka Editor infrastructure shutdown this guide will do two things:

Assets that rely on Setka Editor CDN

The official Setka plugin for Bitrix can be configured in two ways.

All the files are stored on your server by default. But you can change it in the plugin settings. This table represents where the files are stored, depending on settings:

Files
Stored by default
If Setka CDN is enabled

HTML code

Your server

Your server

CSS files of Setka styles and grids

Your server

Setka CDN

JS files of interactive elements

Your server

Setka CDN

Images

Your server

Your server

Setka Editor JS file

Your server

Setka CDN

Setka Editor module for Bitrix stores all the data on your server, unless you enable Connect Setka files from CDN in the module settings.

How to preserve your data

Prerequisites

Before you proceed further, check if Setka CDN is enabled in the module settings:

  1. Go to Settings > Product settings > Module settings > Setka Editor.

  2. Scroll down to the Connect Setka files from CDN checkmark.

  3. If Connect Setka files from CDN is checked — Setka CDN is enabled.

  4. If Connect Setka files from CDN is unchecked — Setka CDN is disabled.

If Setka CDN is enabled

Step 1. Disable the module's connection with Setka CDN

Go to Settings > Product settings > Module settings > Setka Editor and uncheck the Connect Setka files from CDN checkmark. This will force the module to pull all the files from your server instead of Setka CDN.

Step 2. Pull the latest CSS and JS files to your server

In Settings > Product settings > Module settings > Setka Editor scroll down and click the Update styles from the Setka Style Manager button. This will download latest versions of files Setka Editor requires for the local operation.

Step 3. Replace asset URLs in posts

  1. Check if your Setka posts use any assets, stored on Setka CDN:

    1. Open the browser's developer tools (CMD+ALT+I on Mac OS or F12 on Windows).

    2. Switch to the Network tab of developer tools.

    3. Filter the list а files by ceditor.setka.io and reload the page. You will see the list of files loaded from Setka CDN. You will need to back them up:

  2. Examine the asset's location in the Setka integration data.

  3. Copy assets from Setka CDN to your own CDN. It is more convenient to copy the whole directory, keeping the paths.

  4. Replace asset URLs in posts HTML from Setka CDN to your server. Since Setka keeps url structure it's enough to replace the beginning of the URL. For example https://ceditor.setka.io/clients/fYe3/css/assets/29778/img/icon.svg> -> https://your-domain.name/pub/media/setka_editor/clients/fYe3/css/assets/29778/img/icon.svg

Step 4. Uninstall the Setka Editor module

During the process of uninstalling, Setka Editor will bring up instructions on how to link Setka styles and JS files to the core of your site. This will let Setka posts preserve their styling in absence of the Setka Editor module.

If Setka CDN is disabled

Step 1. Pull the latest CSS and JS files to your server

In Settings > Product settings > Module settings > Setka Editor scroll down and click the Update styles from the Setka Style Manager button. This will download latest versions of files Setka Editor requires for the local operation.

Step 2. Replace asset URLs in posts

  1. Check if your Setka posts use any assets, stored on Setka CDN:

    1. Open the browser's developer tools (CMD+ALT+I on Mac OS or F12 on Windows).

    2. Switch to the Network tab of developer tools.

    3. Filter the list а files by ceditor.setka.io and reload the page. You will see the list of files loaded from Setka CDN. You will need to back them up:

  2. Examine the asset's location in the Setka integration data.

  3. Copy assets from Setka CDN to your own CDN. It is more convenient to copy the whole directory, keeping the paths.

  4. Replace asset URLs in posts HTML from Setka CDN to your server. Since Setka keeps url structure it's enough to replace the beginning of the URL. For example https://ceditor.setka.io/clients/fYe3/css/assets/29778/img/icon.svg> -> https://your-domain.name/pub/media/setka_editor/clients/fYe3/css/assets/29778/img/icon.svg

Step 3. Uninstall the Setka Editor module

During the process of uninstalling, Setka Editor will bring up instructions on how to link Setka styles and JS files to the core of your site. This will let Setka posts preserve their styling in absence of the Setka Editor module.

Follow to uninstall the Setka Editor module.

Follow to uninstall the Setka Editor module.

these steps from the official Bitrix documentation
these steps from the official Bitrix documentation
Explain which assets rely on Setka Editor CDN
Describe the steps needed to migrate mentioned assets to a different CDN