diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-03-23 21:04:15 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-03-23 21:04:46 +0100 |
commit | 1a93d70c938f3ae2b050f3a102c961cf1cc3cefc (patch) | |
tree | b7ae3dd51fc3008169295d693f320fae901b14af /app/class/Model.php | |
parent | a7174bb27de46b2f64118181221fad3658f511d3 (diff) | |
download | wcms-1a93d70c938f3ae2b050f3a102c961cf1cc3cefc.tar.gz wcms-1a93d70c938f3ae2b050f3a102c961cf1cc3cefc.zip |
filter map and orphans hide
Diffstat (limited to 'app/class/Model.php')
-rw-r--r-- | app/class/Model.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/class/Model.php b/app/class/Model.php index ae56c2f..9e66af4 100644 --- a/app/class/Model.php +++ b/app/class/Model.php @@ -23,9 +23,12 @@ abstract class Model const MAP_LAYOUTS = [ 'cose' => 'cose', + 'cose-bilkent' => 'cose-bilkent', 'circle' => 'circle', + 'breadthfirst' => 'breadthfirst', + 'concentric' => 'concentric', + 'grid' => 'grid', 'random' => 'random', - 'cose-bilkent' => 'cose-bilkent' ]; |