README.md in alchemy-ajax-form-1.0.1 vs README.md in alchemy-ajax-form-1.1.0
- old
+ new
@@ -286,10 +286,22 @@
```ruby
//= require jquery3
//= require ajax_forms
```
+Add to vendor/assets/stylesheets/alchemy/admin/all.css
+
+```ruby
+ *= require alchemy/ajax/form/backend/custom_resource_show
+```
+
+Add to app/assets/stylesheets/application.css
+
+```ruby
+ *= require alchemy/ajax/form/style
+```
+
### Run Migration
Run migration with rake task
```bash
$ bin/rake db:migrate
@@ -300,11 +312,14 @@
Restart Server
## Translations
Remember to check translations
-
-## Contributing
-Contribution directions go here.
+## Disable MJML
+If you don't want mjml, insert in an initializer
+```ruby
+Alchemy::Ajax::Form.enable_mjml= false
+```
+n.b. Disable mjml before launching the generator, otherwise email templates will be generated with mjml
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).