800

Product support

Get help in the plugin support forum.

  • Added on May 5, 2023
  • Current version: 1.1.0
  • Platform Compatibility
    v3.x not tested
    v2.x use latest
    v1.x not tested
  • Created by
  • Public repository

Categories

Third Party Code

A simple third party code management tool for October CMS.

Third Party Code

A simple third party code management tool for October CMS.

Using components

This plugin provides 1 component — Codes. The component have no default markup but it provide convenient work with backend data. Markup must be added by themes.

Codes component

This component allows to display active codes from backend.

The blogPosts component injects the following variables to the page where it's used:

  • target — codes with what target to display

Basic usage example:

[Codes]
target="body"
==
{% set codes = Codes.get %}

{% for code in codes %}
    {{ code.code | raw }}
{% endfor %}
1.1.0

Updated table yamobile_thirdpartycode_codes

May 05, 2023

1.0.4

Updated table yamobile_thirdpartycode_codes

May 05, 2023

1.0.3

Created table yamobile_thirdpartycode_targets

May 05, 2023

1.0.2

Created table yamobile_thirdpartycode_codes

May 05, 2023

1.0.1

Initialize plugin.

May 05, 2023