You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Siyuan Hua (JIRA)" <ji...@apache.org> on 2014/11/13 20:00:34 UTC

[jira] [Created] (SLIDER-648) Support component level properties

Siyuan Hua created SLIDER-648:
---------------------------------

             Summary: Support component level properties
                 Key: SLIDER-648
                 URL: https://issues.apache.org/jira/browse/SLIDER-648
             Project: Slider
          Issue Type: Improvement
            Reporter: Siyuan Hua


Nowadays I could define properties like this 

global:{
 "site.COMPONENT1.mykey" : "myvalue"
}

That's better to define component properties in component section like this:

components": {
    "COMPONENT1": {
      *"mykey": "myvalue"*
    },



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)