pnktweb/craft-camelcase-to-kebabcase

Adds `cc2kc` filter and function to Twig

v1.1 2018-06-27 14:14 UTC

This package is not auto-updated.

Last update: 2024-10-04 23:01:10 UTC


README

Adds cc2kc filter and function to Twig.

Usage

{{ var | cc2kc }}

or

{{ cc2kc(var) }}

Example

{{ entry.type.handle | cc2kc }}