You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2014/04/26 02:36:19 UTC

svn commit: r1590204 - /sling/site/trunk/content/documentation/the-sling-engine/featureflags.mdtext

Author: justin
Date: Sat Apr 26 00:36:19 2014
New Revision: 1590204

URL: http://svn.apache.org/r1590204
Log:
formatting table

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/featureflags.mdtext

Modified: sling/site/trunk/content/documentation/the-sling-engine/featureflags.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/featureflags.mdtext?rev=1590204&r1=1590203&r2=1590204&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/featureflags.mdtext (original)
+++ sling/site/trunk/content/documentation/the-sling-engine/featureflags.mdtext Sat Apr 26 00:36:19 2014
@@ -18,13 +18,7 @@ Alternatively feature flags can be provi
 
 | Property | Description |
 |--|--|
-| `name` | Short name of this feature. This name is used to refer to this feature
-          when checking for it to be enabled or not. This property is required
-          and defaults to a name derived from the feature's class name and object
-          identity. It is strongly recommended to define a useful and unique for the feature|
-| `description` | Description for the feature. The intent is to descibe the behaviour
-          of the application if this feature would be enabled. It is recommended
-          to define this property. The default value is the value of the name property. |
-| `enabled` | Boolean flag indicating whether the feature is enabled or not by
-          this configuration|
+| `name` | Short name of this feature. This name is used to refer to this feature when checking for it to be enabled or not. This property is required and defaults to a name derived from the feature's class name and object identity. It is strongly recommended to define a useful and unique for the feature|
+| `description` | Description for the feature. The intent is to descibe the behaviour of the application if this feature would be enabled. It is recommended to define this property. The default value is the value of the name property. |
+| `enabled` | Boolean flag indicating whether the feature is enabled or not by this configuration|