%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/themes/eduma/vc-shortcodes/inc-map/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/themes/eduma/vc-shortcodes/inc-map/twitter.php

<?php
vc_map( array(
	'name'        => esc_html__( 'Thim: Twitter', 'eduma' ),
	'base'        => 'thim-twitter',
	'category'    => esc_html__( 'Thim Shortcodes', 'eduma' ),
	'description' => esc_html__( 'Display twitter feed', 'eduma' ),
	'icon'        => 'thim-widget-icon thim-widget-icon-twitter',
	'params'      => array(
		array(
			'type'        => 'textfield',
			'admin_label' => true,
			'heading'     => esc_html__( 'Title', 'eduma' ),
			'param_name'  => 'title',
		),

        array(
            'type'        => 'dropdown',
            'admin_label' => true,
            'heading'     => esc_html__( 'Layout', 'eduma' ),
            'param_name'  => 'layout',
            'value'       => array(
                esc_html__( 'Default', 'eduma' ) => '',
                esc_html__( 'Slider', 'eduma' )      => 'slider',
            ),
        ),

		array(
			'type'        => 'textfield',
			'admin_label' => true,
			'heading'     => esc_html__( 'Username', 'eduma' ),
			'param_name'  => 'username',
		),


		array(
			'type'        => 'number',
			'admin_label' => true,
			'heading'     => esc_html__( 'Tweets Display:', 'eduma' ),
			'param_name'  => 'number',
		),

        // Extra class
        array(
            'type'        => 'textfield',
            'admin_label' => true,
            'heading'     => esc_html__( 'Extra class', 'eduma' ),
            'param_name'  => 'el_class',
            'value'       => '',
            'description' => esc_html__( 'Add extra class name that will be applied to the icon box, and you can use this class for your customizations.', 'eduma' ),
        ),

	)
) );

Zerion Mini Shell 1.0