From d45dd23adf3074bf634b8a1ef249f862e71bef84 Mon Sep 17 00:00:00 2001 From: dhcodes Date: Thu, 19 Jan 2017 21:16:48 -0600 Subject: [PATCH] update blockNameify preformattedBlocks for beta --- common/app/utils/blockNameify.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/common/app/utils/blockNameify.js b/common/app/utils/blockNameify.js index 26e3dea701b..f12fbbd790f 100644 --- a/common/app/utils/blockNameify.js +++ b/common/app/utils/blockNameify.js @@ -1,12 +1,17 @@ const preFormattedBlockNames = { - 'html5-and-css': 'HTML5 and CSS', + 'api-projects': 'API Projects', + 'basic-css': 'Basic CSS', + 'basic-html-and-html5': 'Basic HTML and HTML5', + 'css-flexbox': 'CSS Flexbox', + devops: 'DevOps', + es6: 'ES6', + 'information-security-with-helmetjs': 'Information Security with HelmetJS', jquery: 'jQuery', 'json-apis-and-ajax': 'JSON APIs and Ajax', - mongodb: 'MongoDB', - 'api-projects': 'API Projects', - 'the-dom': 'The DOM', - devops: 'DevOps' + 'mongodb-and-mongoose': 'MongoDB and Mongoose', + 'the-dom': 'The DOM' }; + const noFormatting = [ 'and', 'for',