Skip to content

Commit ee06ff2

Browse files
committed
Update README.md
1 parent d8f2e5f commit ee06ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Originally Inspired in JS files from Drupal 7 Module <a href="https://drupal.org
2121

2222
Backbone.Drupal has compatibility with [Backform](http://amiliaapp.github.io/backform/index.html) Drupal 8 return an object for each property if you enable this compatibility attibuttes will be flatten to an array with value property. But this feature could be used for other implementations.
2323

24+
Also in included in [Yeoman Marionette Drupal Generator](github.com/enzolutions/generator-marionette-drupal) if you are interested in start with a more sofisticated implementation in a [Headless Drupal](groups.drupal.org/headless-drupal) soltuion
2425

2526
# Usage
2627

@@ -171,7 +172,7 @@ var myCollection = Backbone.Drupal.Collection.extend({
171172

172173
##Cross-origin
173174

174-
Using [CORS](http://enzolutions.com/articles/2014/05/31/what-is-cross-origin-resource-sharing-cors/) we can use Drupal as Backend Server in a Domain i.e **backend.com** and user a Backbone/Marionette App as Front End server in other domain i.e **frontend.com**.
175+
Using [CORS](http://enzolutions.com/articles/2014/05/31/what-is-cross-origin-resource-sharing-cors/) we can use Drupal as Backend Server in a Domain i.e **backend.com** and use for instance a Backbone/Marionette App as Front End server in other domain i.e **frontend.com**.
175176

176177
### Drupal 8
177178

0 commit comments

Comments
 (0)