Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 177 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 177 Bytes

Craft camelCase to kebab-case

Adds cc2kc filter and function to Twig.

Usage

{{ var | cc2kc }}

or

{{ cc2kc(var) }}

Example

{{ entry.type.handle | cc2kc }}