Skip to content

Commit

Permalink
Include one-column row in default row layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenn Jacobsen committed Aug 1, 2016
1 parent db94963 commit c08e562
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Source/Umbraco/Plugin/js/controllers/config.rowLayouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@

function defaultValue() {
return [{
alias: "one-column",
icon: "core.one-column.png",
prettyName: "One column",
expanded: true,
cellLayouts: [
{
alias: "col-md-12",
width: 100
}
]
}, {
alias: "two-column",
icon: "core.two-column.png",
prettyName: "Two columns",
Expand Down

0 comments on commit c08e562

Please sign in to comment.