定制 trueprogramming/frontendrendering 二次开发

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

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

trueprogramming/frontendrendering

最新稳定版本:4.0.0

Composer 安装命令:

composer require trueprogramming/frontendrendering

包简介

Provides basic typoscript configuration for templating

README 文档

README

Author: Michael Semle
E-Mail: git@mikeproduction.de
repo:   https://github.com/true-programming/frontendrendering

This extension provides basic typoscript configuration for rendering content or pages with fluid.

Features

  • Improved lib.contentElement object
  • Lib to render content of a specific colPos
  • Lib to render content of defined pages and colPos

Usage

Include files

To use the configurations, just import them separately from the configuration folder or import the setup.typoscript file.

@import 'EXT:frontendrendering/Configuration/TypoScript/Lib/lib.contentElement.typoscript'
@import 'EXT:frontendrendering/Configuration/TypoScript/Lib/lib.fluidPage.typoscript'
@import 'EXT:frontendrendering/Configuration/TypoScript/Lib/lib.renderContent.typoscript'
@import 'EXT:frontendrendering/Configuration/TypoScript/Lib/lib.renderContentFromPid.typoscript'

OR

@import 'EXT:frontendrendering/Configuration/TypoScript/setup.typoscript'

Usage for PAGE object

The lib sets the template name depending on the backend layout without the prefixed pagets__. To activate a custom config this could look like this:

page = PAGE
page {
    10 = CASE
    10 {
        key.data = pagelayout
        default =< lib.fluidPage
        pagets__newspage =< lib.fluidPage--news
    }
}

Usage for content elements

The lib.contentElement is referenced to the tt_content.default already in core, so we only change some more stuff. The template name gets set to the value of the CType field.
The lib lib.renderContent provides a cObject to render content of a specific colPos with a slide option upwards the page tree.

<f:cObject data="{colPos: 1}" typoscriptObjectPath="lib.renderContent"/>
<f:cObject data="{colPos: 1, slide: 1}" typoscriptObjectPath="lib.renderContent"/>

To render content from a specific page and colPos the lib.renderContentFromPid is the perfect fit.

<f:cObject data="{pidInList: 1, colPos: 1}" typoscriptObjectPath="lib.renderContentFromPid"/>
<f:cObject data="{pidInList: '1,2,3', colPos: 1, slide: 1}" typoscriptObjectPath="lib.renderContentFromPid"/>

How to install this extension?

You can set this up via composer (composer req trueprogramming/frontendrendering).

Requirements

  • TYPO3 v11 or v12.

License

The extension is licensed under GPL v2+, same as the TYPO3 Core.

For details see the LICENSE file in this repository.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-01-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固