Nikita Hovratov

Results 39 issues of Nikita Hovratov

**What should be done in the scope of this task?** SortingHelper throws an exception if sort option is provided, which is not configured. However, the options are passed through `$urlParameters`...

TYPO3 v12 / Mask v8.1 ![mask-fa-icon](https://github.com/Gernott/mask/assets/19343425/9e1109ea-6b2b-482e-a43f-42d92314135a)

core bug

This happens if you upgrade to TYPO3 v12 and use `f:format.html` in Backend Previews. Use `f:transform.html`, `f:sanitize.html` or `f:format.raw` instead.

info

The gray icon for `installed services` is the png. Also the extension icon and backend module icon are different. Maybe this can also be unified. ![Screenshot 2021-07-19 at 19-42-05 Reports...

There is an issue which popped up in Content Blocks related to cached TCA and the database:updateschema command: https://github.com/nhovratov/content-blocks/issues/188 Content Blocks uses an event to generate SQL for the database...

It is required to have at least one contentRenderingTemplate in the installation or else things like plugins won't work.

documentation

@todo: - Integrate into make:content-block - Documentation - Tests

[Image manipulation](https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/ImageManipulation/Index.html) Only relevant for sys_file_reference crop field. [Json](https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Json/Index.html) Right now only used by the Core for reactions/webhooks. Need to find a use case for that. [Language fields](https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Language/Index.html) This is...

Discussion

The basic preview rendering for nested content is already implemented. It is very generic, so in theory any type of Collection can be rendered in the preview. The only thing...

enhancement