simonschaufi/tscobj 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

simonschaufi/tscobj

最新稳定版本:v5.0.1

Composer 安装命令:

composer require simonschaufi/tscobj

包简介

A plugin which lets you use any TypoScript object as a normal content element.

README 文档

README

Donate Latest Stable Version Total Downloads License TYPO3

A plugin which lets you use any TypoScript object as a normal content element.

Documentation

See tscobj Extension documentation

Usage

Installation

Installation using Composer

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

composer require simonschaufi/tscobj

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module in the TYPO3 backend.

Integration

Define your TypoScript:

lib.test = TEXT
lib.test.value = Show this text as content

Add the TypoScript Object Plugin on your page and paste the TypoScript config path lib.test in the plugin configuration.

Release Management

We follow semantic versioning, which means, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
  • and major updates (e.g. 1.0.0 => 2.0.0) breaking changes which can be refactorings, features or bugfixes.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2022-11-08