727

Product support

Read the plugin support instructions.

  • Added on Jul 20, 2020
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

This plugin provides the ability to use partials from one theme in other themes.

Overlapping Partials Plugin

This plugin provides the ability to use partials from one theme in other themes. You don't need to create several equal partials in several themes now, just use partials from one theme in all themes.

Requirements

No requirements.

Notes

Please note that the theme name before '!!' should be the theme directory name.

Using Overlapping Partials

For Twig

{% partial "mythemename!!my_partial_name" %}

For Components

$this->renderPartial('mythemename!!my_partial_name', $somePartialData)
1.0.1

First version of Overlapping Partials

Jul 17, 2020