vhs icon indicating copy to clipboard operation
vhs copied to clipboard

TYPO3 extension VHS: Fluid ViewHelpers

Results 130 vhs issues
Sort by recently updated
recently updated
newest added

Currently the arguments are registered like this (example for frontendUserGroups argument, but true for all ObjectStorage in this ViewHelper): ``` $this->registerArgument( 'frontendUserGroups', '\TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup', 'The FrontendUserGroups ObjectStorage to allow/deny' ); ```...

The argument "frontendUserGroups" was registered with type"\TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup", but is of type "TYPO3\CMS\Extbase\Persistence\ObjectStorage" in view helper "FluidTYPO3\Vhs\ViewHelpers\Security\AllowViewHelper". VHS 5.2.0 TYPO3 9.5.5

I using v:uri.image to create responsive image tags and lazy loading the different image scoures depening on resolution and pixel density. Each image has its own resolution and quality setting....

It youd be nice to have in this line https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Format/Json/EncodeViewHelper.php#L131 the possablity to format the Output: $json = json_encode($value, JSON_HEX_AMP | JSON_HEX_QUOT | JSON_HEX_APOS | JSON_HEX_TAG | JSON_PRETTY_PRINT ); May...

Hi @NamelessCoder, first of all thanks for your work on this very useful extension! ;) I've noticed a small bug which might be related more to the core than to...

I would like to see a viewhelper which adds a cache tag to the page.

``` An exception occurred while executing 'SELECT `sys_file_collection`.* FROM `sys_collection` INNER JOIN `sys_collection_entries` `sys_collection_entries_join` ON `sys_collection_entries_join`.`uid_local` = `sys_collection`.`uid` INNER JOIN `sys_file_collection` `sys_file_collection_join` ON `sys_collection_entries_join`.`uid_local` = `sys_file_collection_join`.`uid` WHERE `sys_collection`.`uid` = ?'...

https://github.com/FluidTYPO3/vhs/blob/master/Classes/ViewHelpers/Resource/FileViewHelper.php When the identifier is path to png/jpeg all works correct, but not with path to an svg File **Path to PNG/JPEG** ``` {myImage} ``` => Filled array (correct) **Path...

We have set up our site with the following to ensure no default content is displayed on translated pages: ``` config { sys_language_overlay = 0 sys_language_mode = strict } ```...

**loadCSS** https://github.com/filamentgroup/loadCSS