Skip to content

Commit

Permalink
wttech#31: Global configuration dialog definition updated - separated…
Browse files Browse the repository at this point in the history
… author and login properties
  • Loading branch information
Bartosz Wesolowski committed Mar 4, 2019
1 parent 3c5dd0c commit cbb648f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
fieldLabel="Author URL"
name="./author"
xtype="textfield"/>
<authorCredentials
<authorLogin
jcr:primaryType="cq:Widget"
allowBlank="false"
fieldLabel="Author Credentials"
name="./authorCredentials"
defaultValue="admin:admin"
fieldLabel="Author Login"
name="./authorLogin"
defaultValue="admin"
xtype="textfield"/>
<authorPassword
jcr:primaryType="cq:Widget"
Expand All @@ -45,12 +45,12 @@
fieldLabel="Publish URL"
name="./publish"
xtype="textfield"/>
<publishCredentials
<publishLogin
jcr:primaryType="cq:Widget"
allowBlank="true"
fieldLabel="Publish Credentials"
name="./publishCredentials"
defaultValue="admin:admin"
fieldLabel="Publish Login"
name="./publishLogin"
defaultValue="admin"
xtype="textfield"/>
<publishPassword
jcr:primaryType="cq:Widget"
Expand Down

0 comments on commit cbb648f

Please sign in to comment.