FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
example/screen/ExampleSite.xml at master · moqui/example · GitHub
moqui
/
example
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
9
Code
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
example
/
screen
/
ExampleSite.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (22 loc) · 1.16 KB
Breadcrumbs
example
/
screen
/
ExampleSite.xml
Copy path
File metadata and controls
28 lines (22 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<!--
This software is in the public domain under CC0 1.0 Universal plus a
Grant of Patent License.
To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to the
public domain worldwide. This software is distributed without any
warranty.
You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<
screen
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
http://moqui.org/xsd/xml-screen-3.xsd
"
include-child-content
=
"
true
"
require-authentication
=
"
false
"
standalone
=
"
true
"
screen-theme-type-enum-id
=
"
STT_POP_COMMERCE
"
>
<
subscreens
default-item
=
"
home
"
/>
<
widgets
>
<
render-mode
><
text
type
=
"
html
"
location
=
"
component://example/screen/ExampleSite/includes/Header.html.ftl
"
/></
render-mode
>
<
subscreens-active
/>
<
render-mode
><
text
type
=
"
html
"
location
=
"
component://example/screen/ExampleSite/includes/Footer.html.ftl
"
/></
render-mode
>
</
widgets
>
</
screen
>
Back
|
FazBrowse Home
|
New Git URL