You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/08/17 15:44:33 UTC

svn commit: r1696274 - /sling/site/trunk/content/documentation/bundles/validation.mdtext

Author: kwin
Date: Mon Aug 17 13:44:33 2015
New Revision: 1696274

URL: http://svn.apache.org/r1696274
Log:
SLING-4951 document changes regarding the removal of the path constraint

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=1696274&r1=1696273&r2=1696274&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/validation.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/validation.mdtext Mon Aug 17 13:44:33 2015
@@ -51,10 +51,7 @@ Apart from that it is also possible to v
 All methods to retrieve a validation model support a boolean parameter `considerResourceSuperTypeModels`. If this is set to true, the validation model is not only being looked up for exactly the given resource type but also for all its resource super types. The returned model is then a merged model of all found validation model along the resource type hierarchy.
     
 # Validation Model Resources
-The `ValidationModel` is constructed from resources with the resourceType **sling/validation/model**. Those resources are considered validation model resources if they are located
-
-*  below the Sling ResourceResolver search paths (*/apps* and */libs*) **and**
-*  below a node named **validation**.
+The `ValidationModel` is constructed from resources with the resourceType **sling/validation/model**. Those resources are considered validation model resources if they are located below the Sling ResourceResolver search paths (*/apps* and */libs*).
  
 The resources should have the following format: