ahgittin commented on issue #129: UI for defining parameters
URL: https://github.com/apache/brooklyn-ui/pull/129#issuecomment-485403658
 
 
   @tbouron the constraints hover text currently says:
   
   > Constraints such as "required" or "forbiddenUnless(otherKey)", expressed 
as a JSON list (wrapped in square brackets and double quotes)
   
   is this enough?  or did you want more explanation did you have in mind?
   
   would be if we made it html and could use code formatting, we could say
   
   > Constraints such as `[ "required" ]` or `[ 
"forbiddenUnless(otherKeyNeededIfAndOnlyIfThisOne)", 
"requiredUnless(otherKeyNeededIfAndOnlyIfThisOne)" ]`, expressed as a JSON list 
(wrapped in square brackets and double quotes)
   
   but it's fiddly to make it consistent with the others while supporting html 
so i'm inclined to leave it as is

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to