An open API service indexing awesome lists of open source software.

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

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/