Dominic Beinenz

Results 6 issues of Dominic Beinenz

Hey there, thx for ypu work, nice looking cms! one question: can I get a **dropdown** inside my content file "_products_" of my content file "_groups_" something like @@goup.by-id('aaa') ```...

Hey there, maybe it's better to use ``` if ($(e.target).css('pointer-events') == 'none') { ``` instead of ``` if ($(this).css('pointer-events') == 'none') { ``` ? Becaus inner pointer-events are ignored at...

hey there! if I'm using inline images I got this warning. Thanks! Cya crazyx13th

Hi there, would be nice if I can see the filename. current webpack config ![grafik](https://user-images.githubusercontent.com/8912561/33024100-757f9284-ce0a-11e7-8a8c-d5dcb062dddd.png) current log ![grafik](https://user-images.githubusercontent.com/8912561/33024137-94d58396-ce0a-11e7-842c-247366518483.png) should be: ![grafik](https://user-images.githubusercontent.com/8912561/33024199-bc9efeb6-ce0a-11e7-951f-8896f1d67c55.png) thx! greetings crazyx13th

Hey there, thanks for this important module! - I added two more Typescript Definitions for Lite Version (only removed ClassDictionary and ClassArray) - I added typesVersions inside package.json to support...

Hi there, I try to use the oc function ![grafik](https://user-images.githubusercontent.com/8912561/55545918-8cfaa900-56ce-11e9-8a12-c970d61844d8.png) but I got ![grafik](https://user-images.githubusercontent.com/8912561/55545967-a26fd300-56ce-11e9-9764-bfc261c392b0.png) for me that means that ttypescript not working, or? (because oc should parse/replaced by ttypescript?) at...