Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 4d72961

Browse files
committed
Merge pull request #710 from symfony-cmf/better-explain-createjs-templates
better explain createjs templates customization
2 parents 5a7a578 + 97503e0 commit 4d72961

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bundles/create/introduction.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ is allowed to edit according to
340340
The JavaScript loader also parametrizes the configuration for create.js and
341341
WYSIWYG editor.
342342

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.
345345

346346
In the page header, include the base CSS files (and add your own CSS files
347347
after those to be able to customize as needed) with:
@@ -512,13 +512,13 @@ reads like this:
512512

513513
All of these issues will hopefully be fixed in later versions if people
514514
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
518518
RDF data to be semantically correct.
519519

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
522522
subsets for generic property names:
523523

524524
.. code-block:: xml
@@ -535,8 +535,8 @@ subsets for generic property names:
535535
</children>
536536
</type>
537537
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
540540
overwriting contents of all elements using the same property name.
541541

542542
Mapping Requests to Domain Objects

0 commit comments

Comments
 (0)