Chase Ripplinger

Results 4 issues of Chase Ripplinger

The online documentation for searchlogs as well as the command line documentation is incorrect for the topics parameter - ```"null"``` is incorrect and it should be ```null``` The online documentation's...

Updates documentation with updated janus docker image names

Looking at the granite ui documentation you can see that there is a granite:data node that turns properties into html data attributes for use in client side javascript. https://docs.adobe.com/docs/en/aem/6-1/ref/granite-ui/api/jcr_root/libs/granite/ui/components/foundation/commonattrs.html There...

Currently, trying to do this ends in an error ``` java @DialogField(fieldLabel = "Combo", additionalProperties = [@Property(name="granite:id", value="test"]) @Selection(type = Selection.SELECT, options=[ @Option(text="Option 1", value="option1"), @Option(text="Option 2", value="option2") ]) @Inject...