https://github.com/helhum/typoscript_rendering
Render a TypoScript path by URL, especially useful for Ajax dispatching
https://github.com/helhum/typoscript_rendering
ajax typo3-cms typo3-extension
Last synced: 5 months ago
JSON representation
Render a TypoScript path by URL, especially useful for Ajax dispatching
- Host: GitHub
- URL: https://github.com/helhum/typoscript_rendering
- Owner: helhum
- License: gpl-2.0
- Created: 2014-06-27T11:05:57.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T10:55:28.000Z (over 1 year ago)
- Last Synced: 2025-10-12T08:39:30.648Z (5 months ago)
- Topics: ajax, typo3-cms, typo3-extension
- Language: PHP
- Homepage: http://insight.helhum.io/post/104880845705/dont-use-eid-ajax-dispatchers-for-your-extbase
- Size: 195 KB
- Stars: 68
- Watchers: 8
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
TypoScript Rendering
====================
[](https://travis-ci.org/helhum/typoscript_rendering)
This extension provides a possibility to render arbitrary TypoScript paths in
a given record context.
This is especially useful for rendering a plugin via an AjaxRequest
Composer installation
---------------------
Just do a `composer require helhum/typoscript-rendering` to install
the latest version of TypoScript Rendering with composer.