@@ -340,8 +340,8 @@ is allowed to edit according to
340
340
The JavaScript loader also parametrizes the configuration for create.js and
341
341
WYSIWYG editor.
342
342
343
- Alternatively, you can of course use your own templates to include the assets
344
- needed by create.js .
343
+ If you need to include the assets for create.js in a different way, you will
344
+ need to write your own templates and include those instead .
345
345
346
346
In the page header, include the base CSS files (and add your own CSS files
347
347
after those to be able to customize as needed) with:
@@ -512,13 +512,13 @@ reads like this:
512
512
513
513
All of these issues will hopefully be fixed in later versions if people
514
514
step up and contribute pull requests.
515
-
516
- In some cases you may need to use a property type multiple times (e.g. your
517
- text property for some reason consists of 3 columns) and you want your
515
+
516
+ In some cases you may need to use a property type multiple times (e.g. your
517
+ text property for some reason consists of 3 columns) and you want your
518
518
RDF data to be semantically correct.
519
519
520
- While sending changed data via REST api, CreateJS uses RDF property names
521
- (and not the identifiers) to distinguish values, so you should use
520
+ While sending changed data via REST api, CreateJS uses RDF property names
521
+ (and not the identifiers) to distinguish values, so you should use
522
522
subsets for generic property names:
523
523
524
524
.. code-block :: xml
@@ -535,8 +535,8 @@ subsets for generic property names:
535
535
</children >
536
536
</type >
537
537
538
- Otherwise, CreatePHP will not be able to determine which property has
539
- been changed and it can lead to unexpected behaviors such as
538
+ Otherwise, CreatePHP will not be able to determine which property has
539
+ been changed and it can lead to unexpected behaviors such as
540
540
overwriting contents of all elements using the same property name.
541
541
542
542
Mapping Requests to Domain Objects
0 commit comments