xi-ma-media / xm_formcycle
TYPO3 扩展,用于包含您的 formcycle 表单
9.1.3
2024-09-17 08:42 UTC
Requires
- php: ^8.1
- ext-fileinfo: *
- typo3/cms-core: ^11.0 || ^12.0
Requires (Dev)
- bk2k/bootstrap-package: ^14.0
- codeception/module-asserts: ^3.0
- codeception/module-cli: ^2.0
- codeception/module-db: ^3.1
- codeception/module-phpbrowser: ^3.0
- codeception/module-webdriver: ^4.0
- eliashaeussler/typo3-codeception-helper: dev-main
- friendsofphp/php-cs-fixer: ^3.34.1
- helhum/typo3-console: ^7.1 || ^8.1
- helmich/typo3-typoscript-lint: ^3.2.1
- saschaegerer/phpstan-typo3: ^1.1.2
- ssch/typo3-rector: ^2.0
- symfony/translation: ^6.3 || ^7.0
- typo3/cms-base-distribution: *
- typo3/cms-lowlevel: *
- typo3/testing-framework: ^7.0 || ^8.0
- dev-master
- v13.x-dev
- v11.x-dev
- 9.1.3
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- v8.0.1
- v8.0.0
- v7.2.2
- v7.2.1
- v7.2.0
- v7.1.3
- v7.1.2
- v7.1.1
- v7.1.0
- v7.0.1
- v7.0.0
- v6.0.0
- v5.0.1
- v5.0.0
- dev-renovate/major-typo3
- dev-fix-icon
- dev-docs-badges
- dev-fix-ext-conf
- dev-test-workflow
- dev-no-cache
- dev-language-url
- dev-jquery-ui-css
- dev-csp-font-src
- dev-renovate-config
- dev-ter-release
This package is auto-updated.
Last update: 2024-09-17 08:43:52 UTC
README
TYPO3 扩展 xm_formcycle
一个连接到 formcycle 的 TYPO3 扩展。选择您创建的表单并将其嵌入到您的 TYPO3 网站中。
需求
- formcycle 版本 8 + 安装插件
Formularliste
- PHP 8.1+
安装
Composer
composer require xima/xima-typo3-formcycle
TER
从 TYPO3 扩展仓库 (TER) 下载 zip 文件。
配置
安装后,通过扩展配置输入您的登录数据,并在前端渲染中包含 TypoScript 模板。
1. 扩展配置
通过 TYPO3 后端或在您的 config/system/settings.php
中设置扩展配置中的 formcycle 凭据。
'EXTENSIONS' => [ 'xm_formcycle' => [ 'formcycleUrl' => 'https://pro.formcloud.de/formcycle/', 'formcycleClientId' => '4231', ], ]
2. TypoScript 包含
包含静态的 TypoScript 模板 "formcycle",或直接将其导入到您的站点包中。
@import 'EXT:xm_formcycle/Configuration/TypoScript/setup.typoscript'
开发者
如果您想修改 fluid 模板,请通过 TypoScript 常量添加模板路径。
plugin.tx_xmformcycle {
view {
templateRootPath = EXT:your_ext/Resources/Private/Templates
partialRootPath = EXT:your_ext/Resources/Private/Partials
layoutRootPath = EXT:your_ext/Resources/Private/Layouts
}
}
将 Formcycle.html
复制并修改到模板目录。
许可证
此项目受 GNU 通用公共许可证 2.0(或更高版本) 许可。