Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C4A317407 for ; Wed, 14 Jan 2015 17:49:40 +0000 (UTC) Received: (qmail 57721 invoked by uid 500); 14 Jan 2015 17:49:41 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 57657 invoked by uid 500); 14 Jan 2015 17:49:41 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 57647 invoked by uid 99); 14 Jan 2015 17:49:41 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 17:49:41 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 89845AC003F; Wed, 14 Jan 2015 17:49:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1651749 - /sling/site/trunk/content/documentation/bundles/validation.mdtext Date: Wed, 14 Jan 2015 17:49:41 -0000 To: commits@sling.apache.org From: kwin@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150114174941.89845AC003F@hades.apache.org> Author: kwin Date: Wed Jan 14 17:49:41 2015 New Revision: 1651749 URL: http://svn.apache.org/r1651749 Log: fix typo in description for applicablePaths Modified: sling/site/trunk/content/documentation/bundles/validation.mdtext Modified: sling/site/trunk/content/documentation/bundles/validation.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/validation.mdtext?rev=1651749&r1=1651748&r2=1651749&view=diff ============================================================================== --- sling/site/trunk/content/documentation/bundles/validation.mdtext (original) +++ sling/site/trunk/content/documentation/bundles/validation.mdtext Wed Jan 14 17:49:41 2015 @@ -37,7 +37,7 @@ The resources should have the following -------------------- | ------- | -------------- | -------------| --------- `sling:resourceType` | Property | `String` | Always `sling/validation/model`, otherwise node will never be picked up by Sling Validation. | yes | `sling/validation/model` `validatedResourceType` | Property | `String` | The resource type of the resource for which this validation model should be applied. Must always be relative (i.e. not start with a "/"). | yes | `my/own/resourcetype` -`applicablePaths` | Property | `String[]` | Path prefixes which restrict the validation model to resources which are below one of the given prefixes. No wildcards are supported. If not given, there is not path restriction. | no | `/content/mysite` +`applicablePaths` | Property | `String[]` | Path prefixes which restrict the validation model to resources which are below one of the given prefixes. No wildcards are supported. If not given, there is no path restriction. | no | `/content/mysite` `properties\` | Resource | - | This resource ensures that the property with the name `` is there. The resource name has no longer a meaning if the property `nameRegex` is set on this node. | no | `false` `properties\\optional` | Property | `Boolean` | If `true` it is not an error if there is no property with the given `` or none matching the `nameRegex`. If not set or `false` the property must be there. | no | `false` `properties\\propertyMultiple` | Property | `Boolean` | If `true` only multivalue properties are allowed with the name `` or matching the `nameRegex`. If not set or `false`, multi- and single-value properties are accepted. | no | `false`