fluid-components icon indicating copy to clipboard operation
fluid-components copied to clipboard

Encapsulated frontend components with Fluid's ViewHelper syntax for TYPO3

Results 24 fluid-components issues
Sort by recently updated
recently updated
newest added

If I am not mistaken (which I very well might be), this should return `string`.

Summary: fluid-components internally uses phps `gettype()` method to check the actual type of a passed component param value. `gettype()` however returns the string 'double' for floating numbers because of historical...

If an invalid argument is passed to a component an exception is thrown: `The argument "image" defined in "Foo\Bar\FluidComponents\Component\Image" has declared type "SMS\FluidComponents\Domain\Model\Image", but "NULL" was give` Sometimes it's really...

The [Fluid Components documentation ](https://github.com/sitegeist/fluid-components/blob/master/Documentation/DataStructures.md#named-slots)refers to release 3.7.0 which has _named slots_. However the latest release is 3.6.0. As this would be a very valuable addition to Fluid Components —...

It would be nice to define possible legal values for an parameter. Without having to introduce a custom data structure. ```html // or more slimline with cases fromString: // or...

enhancement
question

ToDo: * add tests * check in real-world projects

Use GifBuilder to generate a local placeholder image instead of relying on a 3rd party service. This will increase reliability and may also prevent exposure of internal URLs to a...

Thanks for creating an awesome tool! We've managed to successfully implement the first components but are kinda stuck now ;-/ We're wondering whether or not it's possible with the current...