This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<site id='awesome'> | |
<owner id='jongilkison' name='Jon Gilkison' profile='http://jon/' /> | |
<theme template='template' navigation='left' stylesheet='http://style/sheet'> | |
<fonts> | |
<font for='header' value='Arial' /> | |
<font for='links' value='Comic Sans' /> | |
<font for='body' value='Times New Roman' /> | |
</fonts> | |
<colors> | |
<color for='header' value='#FFF' /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site: | |
model: cms.cms_site | |
attributes: | |
- { name: 'id', required: 'true', type: 'string' } | |
children: | |
- { name: 'owner', type: 'owner' } | |
- { name: 'theme', type: 'theme' } | |
owner: | |
model: cms.cms_owner | |
attributes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
todo.owner: | |
node: owner | |
class: sys.app.dynamic_object | |
attributes: | |
- { name: 'name', required: 'true', type: 'string' } | |
- { name: 'email', required: 'true', type: 'string' } | |
content: | |
- { name: 'lists', type: 'hash', contains: 'todo.list', key: 'id' } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imap: | |
server: imap.gmail.com | |
port: 993 | |
user: YOUR GMAIL ADDRESS | |
password: YOUR PASSWORD | |
mailbox: INBOX |
NewerOlder