Skip to content

Instantly share code, notes, and snippets.

'label' => 'Lede',
'listItemImage' => 'dashicons-editor-textcolor',
‘inner_content’ => array(
'label' => 'Text',
),
'label' => 'Lede',
'listItemImage' => 'dashicons-editor-textcolor',
'attrs' => array(
array(
'label' => 'Text',
'attr' => 'content',
'type' => 'textarea',
),
),
Before (with special attribute):
'label' => 'Lede',
'listItemImage' => 'dashicons-editor-textcolor',
'attrs' => array(
array(
'label' => 'Text',
'attr' => 'content',
'type' => 'textarea',
),
),
@jitendraharpalani58
jitendraharpalani58 / s_code.js
Created January 28, 2015 09:45
Current Version
/* SiteCatalyst code version: H.25.1.
Copyright 1996-2012 Adobe, Inc. All Rights Reserved
More info available at http://www.omniture.com */
/*jslint plusplus: true, devel: false */
/*global s_account */
/* Specify the Report Suite ID(s) to track here */
if(typeof(s_account) !== "undefined" && s_account !== ""){
s_account = s_account;
@jitendraharpalani58
jitendraharpalani58 / s_code.js
Created January 28, 2015 09:45
newer version with config
/* SiteCatalyst code version: H.27.4.
Copyright 1996-2014 Adobe, Inc. All Rights Reserved
More info available at http://www.omniture.com */
/* Specify the Report Suite ID(s) to track here */
if(typeof(s_account) !== "undefined" && s_account !== ""){
s_account = s_account;
}else{
var s_account = "wdgfusweb";
}
@jitendraharpalani58
jitendraharpalani58 / s_code.js
Created January 28, 2015 09:45
newer version
/* SiteCatalyst code version: H.27.4.
Copyright 1996-2014 Adobe, Inc. All Rights Reserved
More info available at http://www.omniture.com */
var s_account="[INSERT-REPORT-SUITE-HERE]"
var s=s_gi(s_account)
/************************** CONFIG SECTION **************************/
/* You may add or alter any code config here. */
s.debugTracking=true
s.trackingServer="[INSERT-TRACKING-SERVER-HERE]"
<script type="text/javascript" src="http://wp.fusion.net/staging/js-partial/header/"></script>
<div class="container">
Vendor Content
</div>
<script type="text/javascript" src="http://wp.fusion.net/staging/js-partial/footer/"></script>