Skip to content

Instantly share code, notes, and snippets.

@mfcovington
Created May 1, 2015 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfcovington/68da2161c3837052fe3c to your computer and use it in GitHub Desktop.
Save mfcovington/68da2161c3837052fe3c to your computer and use it in GitHub Desktop.
Testing CMS_PLACEHOLDER_CONF
CMS_PLACEHOLDER_CONF = {
'research interests': {
'default_plugins': [
{
'plugin_type': 'TextPlugin',
'values': {
'body':'<p>Research: Lorem ipsum dolor sit amet...</p>',
},
},
],
},
'personal interests': {
'default_plugins': [
{
'plugin_type': 'TextPlugin',
'values': {
'body':'<p>Personal: Lorem ipsum dolor sit amet...</p>',
},
},
],
},
'scientist sidebar': {
'default_plugins': [
{
'plugin_type': 'TextPlugin',
'values': {
'body':'<p>Sidebar: Lorem ipsum dolor sit amet...</p>',
},
},
],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment