You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Originally Inspired in JS files from Drupal 7 Module <a href="https://drupal.org
21
21
22
22
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 property -> value. But this feature could be used for other implementations.
23
23
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
24
25
25
26
# Usage
26
27
@@ -169,7 +170,7 @@ var myCollection = Backbone.Drupal.Collection.extend({
169
170
170
171
##Cross-origin
171
172
172
-
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**.
173
+
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**.
0 commit comments