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 %}
-
This plugin has not been reviewed yet.
-
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 |