Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
/ utensils Public archive

🌱 A plugin for Craft CMS that extends the functionality of Twig.

License

Notifications You must be signed in to change notification settings

craftplugins/utensils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

23 Commits

Repository files navigation

Important

This plugin is no longer maintained.

Craft Utensils

A plugin for Craft CMS that extends the functionality of Twig.

The goal of this project is to deliver helpful templating functionality in a single plugin.

Installation

  1. Copy the utensils/ folder into craft/plugins/
  2. Go to Settings → Plugins and click the "Install" button next to "Utensils"

Usage

There’s far too much to document on a single page. Have a look at the Functions, Filters, and Tags documentation for more.

{% unless currentUser.admin %}
 {% redirect 'login' %}
{% endunless %}
There’s {{ entries|length }} {{ 'entry' | pluralize(entries|length) }}!
<div class="bg-img-{{ asset.id | md5 }}"></div>
{{ gist(bb45340bc4eda4c7d932, 'general.php') }}
{{ craft.request.segment(4) | humanize }}

About

🌱 A plugin for Craft CMS that extends the functionality of Twig.

Topics

Resources

License

Stars

Watchers

Forks

Languages

AltStyle によって変換されたページ (->オリジナル) /