This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 1. Edit Toolbar */ | |
/*edit toolbar text and icons | |
compliant color: #575757 | |
background color: #FEFEFE | |
CSS:*/ | |
div#ccm-toolbar>ul>li>a { | |
color: #575757; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Concrete\Core\Page\Stack\Pile\PileContent; | |
defined('C5_EXECUTE') or die("Access Denied."); | |
?> | |
<style> | |
/*temp override for height:0px;*/ | |
div.ccm-panel-header-accordion nav ul.ccm-panel-header-accordion-dropdown { | |
height: 45px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Concrete\Core\Page\Stack\Pile\PileContent; | |
defined('C5_EXECUTE') or die("Access Denied."); | |
?> | |
<section> | |
<div data-panel-menu="accordion" class="ccm-panel-header-accordion"> | |
<nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************************************************* | |
* #### Twitter Post Fetcher v16.0.1 #### | |
* Coded by Jason Mayes 2015. A present to all the developers out there. | |
* www.jasonmayes.com | |
* Please keep this disclaimer with my code if you use it. Thanks. :-) | |
* Got feedback or questions, ask here: | |
* http://www.jasonmayes.com/projects/twitterApi/ | |
* Github: https://github.com/jasonmayes/Twitter-Post-Fetcher | |
* Updates will be posted to this site. | |
*********************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
'sites' => [ | |
'default' => [ | |
'editor' => [ | |
'ckeditor4' => [ | |
// add custom configuration options | |
// https://docs.ckeditor.com/#!/api/CKEDITOR.config | |
'custom_config_options' => [ | |
// define what formatting tags to use |