定制 contao-community-alliance/merger2 二次开发

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

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

contao-community-alliance/merger2

最新稳定版本:4.3.1

Composer 安装命令:

composer require contao-community-alliance/merger2

包简介

Module merger V2 for Contao OpenSource CMS

README 文档

README

Build Status Latest Version tagged Latest Version on Packagist Installations via composer per month

Merger²

The Contao Community Alliance merger² extension provides a powerful frontend module to merge various content:

  • Article inheritance
  • Conditional content
  • Powerful condition language

Requirements

Merger² v4 requires at least Contao 4.13 with PHP 7.4 or Contao 5 with PHP 8.0 higher and is prepared for the Contao Managed Edition.

Changelog

See CHANGELOG

Documentation

The documentation is managed as a wiki on Github. Feel free to contribute.

Condition Reference

Each condition is an expression which may contain different functions. Function may be combined with && or || constraints and you can turn back conditions with ! as NOT.

articleExists(column: string [, includeUnpublished: bool])

Test if an article exists in the specific column or section.

  • column Column or section name.
  • includeUnpublished If true also unpublished articles are recognized.

children(count: integer [, includeUnpublished: bool])

Test if the page have the specific count of children.

  • count Count of children.
  • includeUnpublished Include unpublished pages.

depth(value: string)

Test the page depth.

  • value Depth with comparing operator, e.g. ">2".

isMobile([cookieOnly: bool])

Detect if page is rendered as mobile page.

  • cookieOnly If true only the TL_VIEW cookie is recognized. Otherwise the user agent might active mobile view if an mobile layout exist.

language(language: string)

Test the page language.

  • language Page language

page(pageId: string|integer)

Test the page id or alias.

  • pageId Page id or alias

pageInPath(pageId: string|integer)

Test if page id or alias is in path.

  • pageId Page id or alias

platform (platform: string)

Test the user platform.

  • platform Platform type. Valid values are desktop, tablet, smartphone or mobile.

root (pageId: string|integer)

Test the root page id or alias.

  • pageId Page id or alias

Custom functions

Merger² is prepared for custom functions. Simply implement the ContaoCommunityAlliance\Merger2\Functions\FunctionInterface and provide it as a cca.merger2.function tagged service.

统计信息

  • 总下载量: 4.98k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 4
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2015-11-06