Skip to content

Instantly share code, notes, and snippets.

@stevewithington
Last active December 29, 2016 15:31
Show Gist options
  • Save stevewithington/7340758 to your computer and use it in GitHub Desktop.
Save stevewithington/7340758 to your computer and use it in GitHub Desktop.
Mura CMS : This is an example of how you could modify the link output of a Mura CMS calendar. This example adds the start and end times to each calendar event.
<!--- You could also paste this into the index.cfm file for some custom styling --->
<style type="text/css">
.event-time {
font-size: 0.75em;
}
.mura-calendar-link-wrapper {
margin: 0.75em 0;
padding: 0.5em;
background-color: #ddd;
}
</style>
@manking109
Copy link

I get the following message on mura 6.1

Component [muraWRM.wei.includes.contentRenderer] has no accessible Member with name [SIZE]

@stevewithington
Copy link
Author

I just updated this Gist, but simply change line 25 to:
<cfargument name="size" required="true" default="#$.getContentRenderer().navsize#">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment