Skip to content

Commit

Permalink
Config field Htmlmixed extends Css.
Browse files Browse the repository at this point in the history
  • Loading branch information
tangar76 committed Nov 11, 2019
1 parent 968b713 commit 08a65bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Block/Adminhtml/System/Config/Form/Field/Htmlmixed.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

namespace Swissup\Codemirror\Block\Adminhtml\System\Config\Form\Field;

use Magento\Config\Block\System\Config\Form\Field;
use Magento\Framework\Data\Form\Element\AbstractElement;

class Htmlmixed extends Css
{
/**
* Get editor mode.
*
* @return string
*/
public function getMode()
{
return 'htmlmixed';
}
}

0 comments on commit 08a65bb

Please sign in to comment.