Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 10 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T07:30:21.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:36:15.453Z (8 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: 191 KB
- Stars: 66
- Watchers: 8
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
TypoScript Rendering
====================
[![Build Status](https://travis-ci.org/helhum/typoscript_rendering.svg?branch=master)](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.