11 $rtl = is_rtl() ?
'-rtl' :
'';
13 $list_settings = array(
16 'label' => __(
'List',
'gk-gravityview' ),
17 'description' => __(
'Display items in a listing view.',
'gk-gravityview' ),
18 'logo' => plugins_url(
'includes/presets/default-list/logo-default-list.png',
GRAVITYVIEW_FILE ),
25 'show_as_link' => array(
27 'label' => __(
'Link to single entry',
'gk-gravityview' ),
29 'context' =>
'directory',
39 'areaid' =>
'list-title',
40 'title' => __(
'Listing Title',
'gk-gravityview' ),
44 'areaid' =>
'list-subtitle',
45 'title' => __(
'Subheading',
'gk-gravityview' ),
46 'subtitle' => __(
'Data placed here will be bold.',
'gk-gravityview' ),
51 'areaid' =>
'list-image',
52 'title' => __(
'Image',
'gk-gravityview' ),
53 'subtitle' => __(
'Leave empty to remove.',
'gk-gravityview' ),
58 'areaid' =>
'list-description',
59 'title' => __(
'Other Fields',
'gk-gravityview' ),
60 'subtitle' => __(
'Below the subheading, a good place for description and other data.',
'gk-gravityview' ),
67 'areaid' =>
'list-footer-left',
68 'title' => __(
'Footer Left',
'gk-gravityview' ),
74 'areaid' =>
'list-footer-right',
75 'title' => __(
'Footer Right',
'gk-gravityview' ),
const GRAVITYVIEW_DIR
"GRAVITYVIEW_DIR" "./" The absolute path to the plugin directory, with trailing slash ...
GravityView_Default_Template_List class.
Class used to register a new template to be shown in GravityView presets.
__construct( $id='default_list', $settings=array(), $field_options=array(), $areas=array())
gravityview_css_url( $css_file='', $dir_path='')
Functions that don't require GravityView or Gravity Forms API access but are used in the plugin to ex...
new GravityView_Default_Template_List
const GRAVITYVIEW_FILE
Full path to the GravityView file "GRAVITYVIEW_FILE" "./gravityview.php".