Repository: sling-site Updated Branches: refs/heads/master 55a9a8775 -> 8d63c070e
Fix SLING-4161 link Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/4c873263 Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/4c873263 Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/4c873263 Branch: refs/heads/master Commit: 4c87326313bc55754a36e5d6e6049f6277650117 Parents: 55a9a87 Author: Bertrand Delacretaz <[email protected]> Authored: Tue Jul 11 12:28:46 2017 +0200 Committer: Bertrand Delacretaz <[email protected]> Committed: Tue Jul 11 12:28:46 2017 +0200 ---------------------------------------------------------------------- src/main/jbake/content/documentation/bundles/models.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sling-site/blob/4c873263/src/main/jbake/content/documentation/bundles/models.md ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/documentation/bundles/models.md b/src/main/jbake/content/documentation/bundles/models.md index db1a7c1..988870f 100644 --- a/src/main/jbake/content/documentation/bundles/models.md +++ b/src/main/jbake/content/documentation/bundles/models.md @@ -316,7 +316,9 @@ Constructor injection is supported for the adaptable itself. For example: } ## Sling Validation (since 1.2.0) -<a name="validation">*See also [SLING-4161](https://issues.apache.org/jira/browse/SLING-4161)*</a> +<a name="validation" /> +*See also [SLING-4161](https://issues.apache.org/jira/browse/SLING-4161)* + You can use the attribute `validation` on the Model annotation to call a validation service on the resource being used by the Sling model. That attribute supports three different values:
