定制 mrnebbi/craft-template-tools 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mrnebbi/craft-template-tools

Composer 安装命令:

composer require mrnebbi/craft-template-tools

包简介

Craft CMS Plugin to provide some extra functionality to Twig templates

README 文档

README

version 2.0.0

A Craft plugin to provide twig filters to help with template building.

Please note: As of version 2.0, I've removed the Query Strings functionality from template tools. Please use my Query Strings plugin.

firstTag

Easily add a class, ID, or other attribute to the first element of a specific type. Useful for adding a class to the first paragraph.

Add a class

{{ content|firstTag('classname') }}

By default this adds a class name to the first P tag. Add a . or # to set an ID or Class.

Add an ID

{{ content|firstTag('#idname') }}

Add to a non paragraph

Sets a class name or ID to the first tag of a type specified by you. e.g.

{{ content|firstTag('classname','h2') }}

Add a . or # to set an ID or Class.

Add custom attribute and value to a non paragraph

Sets a value for a specified attribute to the first tag of a type specified by you.

{{ content|firstTag('slider1','img','data-slider') }}
{{ content|firstTag('lead','h2','data-heading') }}

getFirstParagraph

Retrieve the first paragraph from content.

Get paragraph only

{{ content|getFirstParagraph }}

Get paragraph and remove P tags

Add a flag of true to remove the P tags from the content.

{{ content|getFirstParagraph(true) }}

wrapLinesInTag

This wraps any lines in multiline text in a tag of your choosing.

{{ content|wrapLinesInTag('span') }}

preserveQueryStrings

Removed Query Strings functionality. Please use my Query Strings plugin.

The Preserve Query String filter allows you to add |preserveQueryStrings to any URL output in twig, and it will keep the query strings as they should appear in the URL.

getQueryStrings

Removed Query Strings functionality. Please use my Query Strings plugin.

Pull an array of query strings from Craft. This gets around the problem of duplicated query string keys being lost, turning them into an array you can loop through.

An array will be returned with objects. Use .key and .value.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2018-09-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固