Completed
Branch master (7c5bad)
by Werner
02:48
created
code/OnePageSlide.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -89,6 +89,12 @@
 block discarded – undo
89 89
         $layout->push(TextField::create('AdditionalCSSClass', $this->owner->fieldLabel('AdditionalCSSClass')));
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $fieldName
94
+     * @param string $paletteSetting
95
+     *
96
+     * @return FormField
97
+     */
92 98
     protected function generateColorPalette($fieldName, $paletteSetting)
93 99
     {
94 100
         $palette = $this->owner->config()->get($paletteSetting)
Please login to merge, or discard this patch.