]> _ Git - cubist_cms-back.git/commitdiff
wip #4612 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jul 2021 14:35:06 +0000 (16:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jul 2021 14:35:06 +0000 (16:35 +0200)
src/app/Magic/Fields/NoValue.php [new file with mode: 0644]
src/resources/views/fields/no_value.blade.php [new file with mode: 0644]

diff --git a/src/app/Magic/Fields/NoValue.php b/src/app/Magic/Fields/NoValue.php
new file mode 100644 (file)
index 0000000..ce0432b
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+
+namespace Cubist\Backpack\Magic\Fields;
+
+
+class NoValue extends StaticValue
+{
+    protected $_adminType = 'no_value';
+}
diff --git a/src/resources/views/fields/no_value.blade.php b/src/resources/views/fields/no_value.blade.php
new file mode 100644 (file)
index 0000000..b3d9bbc
--- /dev/null
@@ -0,0 +1 @@
+<?php