Skip to content

Commit 900ac55

Browse files
committed
correct hints / fieldset label
1 parent 7ecc1e9 commit 900ac55

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

packages/forms/configGUD.cfc

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
<cfcomponent displayname="Google User Directory" extends="farcry.core.packages.forms.forms" output="false" key="gud">
2-
3-
<cfproperty ftSeq="1" ftFieldset="Google Analytics API Access" ftLabel="Proxy"
1+
<cfcomponent displayname="Google User Directory" extends="farcry.core.packages.forms.forms" output="false"
2+
key="gud" hint="Configure user authentication via Google OAuth">
3+
4+
<cfproperty ftSeq="1" ftFieldset="Google User Directory" ftLabel="Proxy"
45
name="proxy" type="string"
56
ftHint="If internet access is only available through a proxy, set here. Use the format '[username:password@]domain[:port]'."
67
ftHelpSection="When you set up this config you will need to enter the redirect URL: http://[hostname]/index.cfm?type=gudLogin&view=displayLogin" />
7-
8-
<cfproperty ftSeq="2" ftFieldset="Google Analytics API Access" ftLabel="Client ID"
8+
9+
<cfproperty ftSeq="2" ftFieldset="Google User Directory" ftLabel="Client ID"
910
name="clientID" type="string"
1011
ftHint="This should be copied exactly from the <a href='https://code.google.com/apis/console'>API Console</a>." />
11-
12-
<cfproperty ftSeq="3" ftFieldset="Google Analytics API Access" ftLabel="Client Secret"
12+
13+
<cfproperty ftSeq="3" ftFieldset="Google User Directory" ftLabel="Client Secret"
1314
name="clientSecret" type="string"
1415
ftHint="This should be copied exactly from the <a href='https://code.google.com/apis/console'>API Console</a>." />
15-
16-
16+
17+
1718
</cfcomponent>

0 commit comments

Comments
 (0)