Skip to content

Commit ec25a26

Browse files
author
Mikail Bayram
authored
Merge pull request #73 from mh7777777/master
New layout implementation
2 parents 98b7820 + 1fd0d28 commit ec25a26

File tree

9 files changed

+4434
-14
lines changed

9 files changed

+4434
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

control/design/layouts/layout8.png

145 KB
Loading

js/shared.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ folderPluginShared.getLayouts = function () {
5656
"./layouts/layout4.png",
5757
"./layouts/layout5.png",
5858
"./layouts/layout6.png",
59-
"./layouts/layout7.png"
59+
"./layouts/layout7.png",
60+
"./layouts/layout8.png",
6061
];
6162
};
6263

0 commit comments

Comments
 (0)