瀏覽代碼

test use sections

andre 4 月之前
父節點
當前提交
b3d467afd0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/UI/Client/Setting/Sections/GeneralSection.php

+ 1 - 0
app/UI/Client/Setting/Sections/GeneralSection.php

@@ -27,6 +27,7 @@ class GeneralSection extends FreeFieldsSection
     public function initContent()
     {
         $row = new InputGroup('MX');
+        $raw->setDescription('description');
         $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
         $row->addInputAddon('', false, '⇔');
         $row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'));