Jako / SwitchTemplate

Switch resource templates on the fly in MODX Revolution

Home Page:https://jako.github.io/SwitchTemplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwitchTemplate

Switch resource templates on the fly, for the MODX Revolution content management framework.

Features

SwitchTemplate changes the template of a MODX resource on the fly with a request parameter. Different settings with different setting keys could be set in a custom manager page.

With each setting a different template could be used to output the resource. As well the template type could be set to chunk or template. If the template type is chunk the resource variables and template variables are prepared as placeholder before the chunk is parsed. The caching of the output of SwitchTemplate could be enabled for each separate setting. The output is cached separate for each resource and each setting. Each setting could be enabled or disabled for selected resources.

SwitchTemplate could be used for different purposes: As Ajax connector, as language switcher ...

Installation

MODX Package Management

Usage

Install via package manager and create template switching settings in a custom manager page.

Documentation

For more information please read the documentation on https://jako.github.io/SwitchTemplate/

About

Switch resource templates on the fly in MODX Revolution

https://jako.github.io/SwitchTemplate/

License:GNU General Public License v2.0


Languages

Language:PHP 68.5%Language:JavaScript 27.6%Language:SCSS 2.0%Language:CSS 1.9%