update blockNameify preformattedBlocks for beta
This commit is contained in:
@ -1,12 +1,17 @@
|
|||||||
const preFormattedBlockNames = {
|
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',
|
jquery: 'jQuery',
|
||||||
'json-apis-and-ajax': 'JSON APIs and Ajax',
|
'json-apis-and-ajax': 'JSON APIs and Ajax',
|
||||||
mongodb: 'MongoDB',
|
'mongodb-and-mongoose': 'MongoDB and Mongoose',
|
||||||
'api-projects': 'API Projects',
|
'the-dom': 'The DOM'
|
||||||
'the-dom': 'The DOM',
|
|
||||||
devops: 'DevOps'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const noFormatting = [
|
const noFormatting = [
|
||||||
'and',
|
'and',
|
||||||
'for',
|
'for',
|
||||||
|
Reference in New Issue
Block a user