Skip to content

Commit a1caf3b

Browse files
committed
[domain] updated docs
Added new "subdomain_col" mod param
1 parent fd3a22c commit a1caf3b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

modules/domain/doc/domain_admin.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,23 @@ modparam("domain", "domain_col", "domain_name")
120120
<title>Setting attrs_col parameter</title>
121121
<programlisting format="linespecific">
122122
modparam("domain", "attrs_col", "attributes")
123+
</programlisting>
124+
</example>
125+
</section>
126+
<section>
127+
<title><varname>subdomain_col</varname> (int)</title>
128+
<para>
129+
Name of the "accept_subdomain" column in the domain table.
130+
A positive value for the column means the domain accepts subdomains.
131+
A 0 value means it does not.
132+
</para>
133+
<para>
134+
Default value is <quote>accept_subdomain</quote>.
135+
</para>
136+
<example>
137+
<title>Setting subdomain_col parameter</title>
138+
<programlisting format="linespecific">
139+
modparam("domain", "subdomain_col", "has_subdomain")
123140
</programlisting>
124141
</example>
125142
</section>

0 commit comments

Comments
 (0)