Living Styleguide

In order to use the backend module and the frontend plugin of the Higher Education Packages’ “Living Styleguide” you have to activate this feature in the Extension Configuration module.

In addition you have to add the dependency for the KSS parser yourself as it is not provided by the Higher Education Package itself.

Add the following package requirement to the composer.json of your TYPO3 website:

"kss-php/kss-php": "^2.0"

An exception will be thrown if the KSS Parser class does not exist:

Exception: missing KSS parser class