Skip to content

AddWebSolution/typo3-code-snippet

Repository files navigation

typo3-code-snippet

A TYPO3 extension for listing Seminer related details from simplyorg api.

Requirement

we need 12.4 version typo3 , and extension zip

installing process

we need to create 'package' directory in root file and add to unzip file there , in main composer.json file we have to write this syntaxt :

"repositories": [
		{
			"type": "path",
			"url": "packages/*"
		}
	],

First need to install this plugin with composer by mentioned command below

composer req plus-itde/so-typo3 :@dev

Configure the extaintion with Api details

configure the plugin by writting api related details such as Api (admin url), Frontend url,userid,password

include plugin in typoscript template

Go to Typoscript menu and select Edit TypoScript record > Edit the whole TypoScript record > Advanced Options and include plugin

create page

add short code

example of shortcode

[seminarList :] 

For Language specific we have attribute

[seminarList lang='de'] 

we are good to go ....

About

typo3-code-snippet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published