From bef95920e266af3b77d11af05995df1bfdc50bc4 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Sat, 19 Jul 2014 16:19:07 +1000 Subject: [PATCH] YAML fields should be camel for PHP friendliness --- modules/cms/controllers/themes/_theme_list.htm | 2 +- themes/demo/theme.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cms/controllers/themes/_theme_list.htm b/modules/cms/controllers/themes/_theme_list.htm index e7f9670c6..45f0fdce9 100644 --- a/modules/cms/controllers/themes/_theme_list.htm +++ b/modules/cms/controllers/themes/_theme_list.htm @@ -15,7 +15,7 @@

getConfigValue('name', $theme->getDirName())) ?>

-

by

+

by

getConfigValue('description', 'The theme description is not provided.')) ?>

diff --git a/themes/demo/theme.yaml b/themes/demo/theme.yaml index f4337e095..8ad40572a 100644 --- a/themes/demo/theme.yaml +++ b/themes/demo/theme.yaml @@ -1,4 +1,4 @@ name: Demo description: Demo OctoberCMS theme. Demonstrates the basic concepts of the front-end theming: layouts, pages, partials, components, content blocks, AJAX framework. author: OctoberCMS -author-url: 'http://octobercms.com' \ No newline at end of file +authorUrl: 'http://octobercms.com' \ No newline at end of file