承接 m41r/nested-typoscript-constants 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

m41r/nested-typoscript-constants

最新稳定版本:v1.0.2

Composer 安装命令:

composer require m41r/nested-typoscript-constants

包简介

A simple proof-of-concept extension to support nested TypoScript constants again after the new TypoScript Parser introduction in Typo3 v12.

README 文档

README

ATTENTION: this extension is just an example on HOW you can achieve it. While it's not the optimal solution available, it provides a quick and functional approach. If you discover a better solution, I'd gladly integrate it.

About

With the introduction of the new TypoScript Parser in Typo3 v12, the feature allowing nested constants (examples provided below) was initially removed. For those heavily reliant on this functionality (like myself), there seemed to be limited options. However, after raising awareness through the Forge issue #101752 and patch #81078, the feature has been reinstated. This restoration now allows us to use it again without requiring additional code adjustments on the users end.

Examples

Constants:

normal = World
nested = Hello {$normal}

Setup:

page.10 = TEXT
page.10.value = {$nested}

Current output (without the patch/listener):

Hello {$normal}

Expected output (with the patch/listener):

Hello World

Requirements:

  • At least Typo3 v12
  • The patch #81078 should either be already merged into Typo3 or added manually via composer patches

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-02