Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 363 Bytes

nl2li Twig filter

Simple Twig filter to turn a multiline text field into list items.

Installation

  1. Upload the nl2li/ folder to your craft/plugins/ folder.
  2. Go to Settings > Plugins from your Craft control panel and enable the nl2li plugin.

Usage

<ul>
    {{ entry.specification|nl2li }}
</ul>

Changelog

1.0

  • Initial release