https://github.com/velletti/jv_typoscript
Request Typoscript settings as ajax. Usefull in a command Controller
https://github.com/velletti/jv_typoscript
extended template typo3 typoscript v12
Last synced: 3 months ago
JSON representation
Request Typoscript settings as ajax. Usefull in a command Controller
- Host: GitHub
- URL: https://github.com/velletti/jv_typoscript
- Owner: velletti
- License: mit
- Created: 2024-08-25T07:52:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-24T08:38:00.000Z (8 months ago)
- Last Synced: 2025-10-21T11:53:25.120Z (5 months ago)
- Topics: extended, template, typo3, typoscript, v12
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jv_typoscript
Request Typoscript settings as ajax. Usefull in a command Controller
# Installation
--------------
Admin tools -> settings -> Extension Configuration
## allowed:
--------------
Add List of allowed Extensions, comma separated,
to allow to get TYPOSCRIPT Values from that extensions.
if you add news to existing "tx_jvtyposcript,news" you will get all settings for both extensions with
https:////?tx_jvtyposcript=all
or only for one Plugin with:
https:////?tx_jvtyposcript=tx_jvtyposcript
https:////?tx_jvtyposcript=tx_news_list
Will NOT work:
get all settings of a complete Extension. (Only for a plugin as above)
https:////?tx_jvtyposcript=tx_news
# Todo:
### disallowedKeys
--------------
implement to remove disallowed keys from configuration
## Internal reminder for the extension maintainer:
To Update this extension in TER: \
change version Number to "x.y.z" in Documentation\ in Settings.cfg and Index.rst \
create Tag "x.y.z" \
git push --tags
create new zip file: \
cd vendor/jvelletti/jve-template \
git archive -o "jve_typoscript_x.y.z.zip" HEAD
f.e.: \
git archive -o "jve_template_11.4.11.zip" HEAD
Upload ZIP File to https://extensions.typo3.org/my-extensions \
git push
setup packagist Webhook: \
https://packagist.org/api/update-package?username=jvelletti
api Token from Profile: \
https://packagist.org/profile/
check: \
https://intercept.typo3.com/admin/docs/deployments \
https://packagist.org/packages/jvelletti/jv-template \
https://extensions.typo3.org/extension/jv_template/