medarob

Results 26 comments of medarob

I noticed this too after I completed an order. I also noticed this behaviour when I add some items into the cart and go back via the return button ![grafik](https://user-images.githubusercontent.com/33951787/137982805-d4581322-32e3-4bb4-93a2-8f1844dec131.png)...

I used this code, which I found in the #cart slack channel, for the mini cart ``` lib.cart_header = COA lib.cart_header { 10 = USER 10 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run...

That's a good idea. It would be great to have this feature. Just today we got a message from an employee writing that it's confusing to have a greyed out...

The same problem happens with the ext:blog extension. I just had a case where going to the main blog page path/to/blog shows the posts from page 3. The pagination links...

I noticed a similar issue: TYPO3 10.4.27 uses FontAwesome 4.7 in the BE ``` @font-face{font-family:FontAwesome;src:url(../../../../../../typo3/sysext/backend/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0); ``` I also use the Plugin https://github.com/DirkPersky/typo3-rte-ckeditor-fontawesome which adds a FontAwesome button to the RTE,...

With `` there is no error anymore but the style to change the color does not work. Moving the style to the css file works. I furthermore noticed, not everything...

I think what you want is described here: https://docs.typo3.org/m/typo3/reference-tsconfig/master/en-us/PageTsconfig/TceForm.html Example, for only adding a new option to the `layout` field for a Text&Media CE: ``` TCEFORM { tt_content { layout...

Hi, Is there any progress in a self-hosted version? Currently we host update.min.js and update.show.min.js on our server (without using npm) and have to manually update the file. Is that...

Hi tried it but if I use the additional anchor #bu-test for testing on my local dev machine I still get conntections to browser-update.org ![grafik](https://user-images.githubusercontent.com/33951787/95729458-37b53580-0c7d-11eb-8dbf-6e50488665f7.png) Via the jsshowurl parameter I...

Maybe it's possible to define a parameter with a path where the local copies of the files are saved. If it's not set, then use the files on browser-update.org and...