mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
27 lines
854 B
HTML
27 lines
854 B
HTML
MediaCMS.contents = {
|
|
sidebar: {
|
|
navMenuItems: [{
|
|
text: "About",
|
|
link: "/about",
|
|
icon: 'contact_support',
|
|
},
|
|
{
|
|
text: "Terms",
|
|
link: "/tos",
|
|
icon: 'insert_drive_file',
|
|
},
|
|
{
|
|
text: "Contact",
|
|
link: "/contact",
|
|
icon: 'alternate_email',
|
|
}
|
|
],
|
|
belowNavMenu: null,
|
|
footer: {% if SIDEBAR_FOOTER_TEXT %}'{{ SIDEBAR_FOOTER_TEXT|escapejs }}'{% else %}'Powered by <a href="//mediacms.io" title="mediacms.io" target="_blank">mediacms.io</a>'{% endif %},
|
|
},
|
|
uploader: {
|
|
belowUploadArea: "{{PRE_UPLOAD_MEDIA_MESSAGE}}",
|
|
postUploadMessage: "{{POST_UPLOAD_AUTHOR_MESSAGE_UNLISTED_NO_COMMENTARY}}",
|
|
},
|
|
};
|