Skip to content

Commit 646a66c

Browse files
committed
Remove toggle option
1 parent 9174342 commit 646a66c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/fields.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
'value' => function($value = null) {
4040
return Yaml::decode($value);
4141
},
42-
'toggle' => function($toggle = true) {
43-
return $toggle;
44-
}
4542
),
4643
'computed' => array(
4744
'markerUrl' => function() {

0 commit comments

Comments
 (0)