Nacho Martín
Nacho Martín
It is difficult for me to explore this since I am not using v8js atm because it became very hard to compile and get the cache working :(. So if...
If someone has a good idea/implementation for this...
Nice, thanks!
I have added a note in README.md about this theme in 7cb06f04143dc81e0854e5cd9552b094dc420e1e
@phpwutz I answered your email, did you receive it?
Hi, sorry for not paying attention so often :(. I am terribly busy and the section that is using Liform in our project has been stable for some time so...
Yes, this should be fixed. There are widgets like "textarea" that are only UI hints, but the case of email the rule should be stronger, not only a UI hint.
@hpatoio there will always be information related with the UI that has nothing to do with the data model here. Otherwise we cannot build a form generator based on json-schema,...
I got it working by adding the option `--importer=node_modules/node-sass-tilde-importer` (after installing the package https://www.npmjs.com/package/node-sass-tilde-importer )
@michaelwayman this comes I think from Webpack sass-loader https://github.com/webpack-contrib/sass-loader#imports (or maybe it is implemented in Webpack itself and not only in the loader, I don't know). I guess that many...