zizther / craft3-inline

Inline the contents of a file in a twig template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline plugin for Craft CMS 3.x

Inline the contents of a file in a twig template.

Installation

To install Inline, follow these steps:

  1. Install with Composer via composer require luwes/craft3-inline
  2. Install plugin in the Craft Control Panel under Settings > Plugins

Inline works on Craft 3.x.

Inline Overview

Internally uses the PHP function file_get_contents.

Using Inline

{{ inline(assetsUrl ~ '/images/logo.svg') | raw }}

Inline Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by Wesley Luyten

About

Inline the contents of a file in a twig template.

License:MIT License


Languages

Language:PHP 100.0%