U4-5559 Fix Typo "Seperate" to Separate
This commit is contained in:
@@ -32,7 +32,7 @@ So to add configuration options to our markdown editor, open the package.manifes
|
||||
]
|
||||
}
|
||||
|
||||
**Remember to: ** seperate the editor element and prevalue editor definition with a comma, or you will get a json error.
|
||||
**Remember to: ** separate the editor element and prevalue editor definition with a comma, or you will get a json error.
|
||||
|
||||
So what did we just add? We added a prevalue editor, with a `fields` collection. This collection contains infomation about the UI we will render on the data type configuration for this editor.
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ Before running build.bat, then the latest UI files will be included.
|
||||
|
||||
|
||||
##Conclusion
|
||||
Having Umbraco 7 UI as a seperate project does indeed give us a bit more complexity when building and running from visual studio, since 2 build systems are in play: grunt and msbuild.
|
||||
Having Umbraco 7 UI as a separate project does indeed give us a bit more complexity when building and running from visual studio, since 2 build systems are in play: grunt and msbuild.
|
||||
|
||||
However, the alternative would be to shove everything into the msbuil process, making the entire thing inaccesible to a large number of frontend developers and with a clunkier and less uptodate system.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user