We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192d6a0 commit 7eeb1a0Copy full SHA for 7eeb1a0
library/Eventtracker/Web/Form/ChannelConfigForm.php
@@ -15,6 +15,7 @@ protected function assemble()
15
'label' => $this->translate('Label'),
16
'required' => true,
17
]);
18
+ /*
19
$this->addElement('textarea', 'rules', [
20
'label' => $this->translate('Rules'),
21
'description' => $this->translate('For now, these are JSON-encoded rules'),
@@ -24,6 +25,8 @@ protected function assemble()
24
25
'value' => '[]',
26
27
28
+ */
29
+ $this->addHidden('rules', '[]');
30
$this->addElement('select', 'input_uuids', [
31
'label' => $this->translate('Single Inputs'),
32
'description' => $this->translate('Wire specific inputs to this channel'),
0 commit comments