forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliferay-hook_5_2_0.dtd
60 lines (49 loc) · 1.68 KB
/
liferay-hook_5_2_0.dtd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!--
This is the DTD for the Hook parameters for Liferay Portal.
<!DOCTYPE hook PUBLIC
"-//Liferay//DTD Hook 5.2.0//EN"
"http://www.liferay.com/dtd/liferay-hook_5_2_0.dtd">
-->
<!ELEMENT hook (portal-properties?, language-properties*, custom-jsp-dir?)>
<!--
Not all portal properties can be overridden via a hook. The supported properties
are:
auth.forward.by.last.path
captcha.check.portal.create_account
default.landing.page.path
field.enable.com.liferay.portal.model.Contact.birthday
field.enable.com.liferay.portal.model.Contact.male
field.enable.com.liferay.portal.model.Organization.status
javascript.fast.load
layout.template.cache.enabled
layout.user.private.layouts.auto.create
layout.user.private.layouts.enabled
layout.user.private.layouts.modifiable
layout.user.public.layouts.auto.create
layout.user.public.layouts.enabled
layout.user.public.layouts.modifiable
login.create.account.allow.custom.password
my.places.show.community.private.sites.with.no.layouts
my.places.show.community.public.sites.with.no.layouts
my.places.show.organization.private.sites.with.no.layouts
my.places.show.organization.public.sites.with.no.layouts
my.places.show.user.private.sites.with.no.layouts
my.places.show.user.public.sites.with.no.layouts
terms.of.use.required
theme.css.fast.load
theme.images.fast.load
passwords.passwordpolicytoolkit.generator
passwords.passwordpolicytoolkit.static
layout.static.portlets.all
auto.login.hooks
application.startup.events
login.events.post
login.events.pre
logout.events.post
logout.events.pre
servlet.service.events.post
servlet.service.events.pre
-->
<!ELEMENT portal-properties (#PCDATA)>
<!ELEMENT language-properties (#PCDATA)>
<!ELEMENT custom-jsp-dir (#PCDATA)>