Skip to content

Commit

Permalink
#348713Explicitly state that field names are not affected by the seri…
Browse files Browse the repository at this point in the history
…alization configuration on Layout Service (#284)

* #348713 Explicitly state that field names are not affected by the serialization configuration on Layout Service

* #348713 Update
  • Loading branch information
sc-dawidrutkowski authored Oct 25, 2019
1 parent 2c133d0 commit 5d64374
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The Layout Service JSON rendering process is highly configurable, and allows you
</serialization>
</config>
```
> In terms of modifying serialization configuration, keep in mind that you can change the whole JSON beside field names. Field names can be changed in Sitecore, if you need to e.g.: have them camel-cased, you need do it in Sitecore. So basically serialization configuration is responsible for changing JSON on which user don't have influence.
### Using a custom Layout Service configuration with JSS

Expand Down

0 comments on commit 5d64374

Please sign in to comment.