Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-dawidrutkowski committed Jul 24, 2019
2 parents 95dad57 + 6a6e873 commit e14b13b
Show file tree
Hide file tree
Showing 103 changed files with 9,541 additions and 460 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Line endings for this repository
# See: https://help.github.com/en/articles/configuring-git-to-handle-line-endings
# This should line up with the expectations from .eslintrc

# Set the default behavior, in case people don't have core.autocrlf set.
* text=crlf

# Declare files that will always have CRLF line endings on checkout.
*.ts text eol=crlf
*.tsx text eol=crlf
*.js text eol=crlf

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ Below is a list of samples included in this repo:

We are very grateful to the community for contributing bugfixes and improvements. We welcome any and all efforts to evolve and improve Sitecore JavaScript Services; read below to learn how you can take part in those efforts.

### [Code of Conduct](code_of_conduct.md)
### [Code of Conduct](CODE_OF_CONDUCT.md)

Sitecore has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](code_of_conduct.md) so that you can understand what actions will and will not be tolerated.
Sitecore has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.

### [Contributing Guide](contributing.md)
### [Contributing Guide](CONTRIBUTING.md)

Read our [contributing guide](contributing.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.
Read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.

### License

Sitecore JavaScript Services is using the [Apache 2.0 license](license.md).
Sitecore JavaScript Services is using the [Apache 2.0 license](LICENSE.MD).

## [Support](support.md)
## [Support](SUPPORT.md)
269 changes: 269 additions & 0 deletions docs/assets/img/jss-forms-sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/data/routes/docs/fundamentals/services/forms-service/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: forms-service
routeTemplate: ./data/component-templates/article.yml
title: Forms Service
---

# Forms Service

To enable consuming [Sitecore Forms](https://doc.sitecore.com/users/91/sitecore-experience-platform/en/introducing-sitecore-forms.html) from JSS, APIs are provided to:

* Get form data from [Layout Service](/docs/fundamentals/services/layout-service) using a [Rendering Contents Resolver](/docs/techniques/extending-layout-service/layoutservice-rendering-contents)
* Accept form posts and return JSON data in a REST service. The URL for for this API is `/api/jss/formbuilder`

The usage and setup of the forms service is detailed in the [forms reference documentation](/docs/techniques/forms).

Loading

0 comments on commit e14b13b

Please sign in to comment.