Kubilay Melnikov
Kubilay Melnikov
Is there anything against using the dynamic component wrapper as default here? [T3HtmlParser.vue](https://github.com/TYPO3-Headless/nuxt-typo3/blob/master/lib/components/T3HtmlParser/T3HtmlParser.vue) ```vue export default { name: 'CeHtmlParser', props: { content: { type: String, default: '', }, tag: {...
Should something like this be added to the documentation? ```json { "compilerOptions": { "paths": { "~typo3/*": ["./node_modules/nuxt-typo3/lib/*"] } } } ```
We have been developing exclusively headless websites for over 2 years now. However, I have always found dealing with image sizes on these sites to be quite cumbersome and insufficient....
Hello @chakAs3, is it foreseeable when you will release the next version with the current corrections of the last few days?
### Description Hi everyone, would it be possible to make the as property of reka-ui components configurable via the UI config or as a prop in the main component? For...
### Description **Hello Nuxt Team,** I would love to share my module with the Nuxt community, as I believe it can be very useful in many situations—especially when developing template...
Our hosting provider does not pass the original host to the Node server. This is why we need to perform the matching and assignment using a different value in the...