AlkantarClanX12

Your IP : 216.73.217.24


Current Path : /www/capitalgmcbuickregina_830/public/wp-content/themes/lbx-egypt/config/
Upload File :
Current File : /www/capitalgmcbuickregina_830/public/wp-content/themes/lbx-egypt/config/poet.php

<?php

return [

  /*
  |--------------------------------------------------------------------------
  | Post Types
  |--------------------------------------------------------------------------
  |
  | Here you may specify the post types to be registered by Poet using the
  | Extended CPTs library. <https://github.com/johnbillion/extended-cpts>
  |
  */

  // 'post' => [
  //     'book' => [
  //         'enter_title_here' => 'Enter book title',
  //         'menu_icon' => 'dashicons-book-alt',
  //         'supports' => ['title', 'editor', 'author', 'revisions', 'thumbnail'],
  //         'show_in_rest' => true,
  //         'has_archive' => false,
  //         'labels' => [
  //             'singular' => 'Book',
  //             'plural' => 'Books',
  //         ],
  //     ],
  // ],

  /*
  |--------------------------------------------------------------------------
  | Taxonomies
  |--------------------------------------------------------------------------
  |
  | Here you may specify the taxonomies to be registered by Poet using the
  | Extended CPTs library. <https://github.com/johnbillion/extended-cpts>
  |
  */

  // 'taxonomy' => [
  //     'genre' => [
  //         'links' => ['book'],
  //         'meta_box' => 'radio',
  //     ],
  // ],

  /*
  |--------------------------------------------------------------------------
  | Blocks
  |--------------------------------------------------------------------------
  |
  | Here you may specify the block types to be registered by Poet and
  | rendered using Blade.
  |
  | Blocks are registered using the `namespace/label` defined when
  | registering the block with the editor. If no namespace is provided,
  | the current theme text domain will be used instead.
  |
  | Given the block `sage/accordion`, your block view would be located at:
  |   ↪ `views/blocks/accordion.blade.php`
  |
  | Block views have the following variables available:
  |   ↪ $data    – An object containing the block data.
  |   ↪ $content – A string containing the InnerBlocks content.
  |                Returns `null` when empty.
  |
  */

  'block' => [
    'sage/showroom' => [
      'attributes' => [
        //
      ],
    ],
    'sage/showroom-multi-brands' => [
      'attributes' => [
        //
      ],
    ],
    'sage/dealer-name' => [
      'attributes' => [
        //
      ],
    ],
    'sage/lbx-component' => [
      'attributes' => [
      ],
    ],
    'sage/dealer-phone' => [
      'attributes' => [
      ],
    ],
    'sage/dealer-address' => [
      'attributes' => [
      ],
    ],
    'sage/dealer-social' => [
      'attributes' => [
      ],
    ],
    'sage/dealer-map' => [
      'attributes' => [

      ],
    ],
    'sage/dealer-hours' => [
      'attributes' => [
      ],
    ],
    'sage/contact-us-card' => [
      'attributes' => [
        //
      ],
    ],
    'sage/special-offers' => [
      'attributes' => [
        //
      ],
    ],
    'sage/open-today-line' => [
      'attributes' => [
        //
      ],
    ],
    'sage/call-button' => [
      'attributes' => [
        //
      ],
    ],
    'sage/offers-by-categories' => [
      'attributes' => [
        //
      ],
    ],
    'sage/lbx-slider' => [
      'attributes' => [
        'sliderId' => [
          'type' => 'string',
          'default' => '',
        ],
        'layout' => [
          'type' => 'string',
          'default' => '',
        ],
        'columns' => [
          'type' => 'number',
          'default' => 3,
        ],
        'mediaColumnsMobile' => [
          'type' => 'number',
          'default' => 0,
        ],
        'mediaColumnsTablet' => [
          'type' => 'number',
          'default' => 0,
        ],
        'mediaColumnsDesktop' => [
          'type' => 'number',
          'default' => 0,
        ],
        'showArrows' => [
          'type' => 'boolean',
          'default' => true,
        ],
        'showPagination' => [
          'type' => 'boolean',
          'default' => true,
        ],
        'autoplay' => [
          'type' => 'boolean',
          'default' => false,
        ],
        'autoplaySpeed' => [
          'type' => 'number',
          'default' => 5000,
        ],
        'spaceBetween' => [
          'type' => 'number',
          'default' => 20,
        ],
        'gradientColor' => [
          'type' => 'string',
          'default' => '',
        ],
        'sliderHeight' => [
          'type' => 'number',
          'default' => 0,
        ],
        'showViewInventory' => [
          'type' => 'boolean',
          'default' => true,
        ],
        'arrowStyle' => [
          'type' => 'string',
          'default' => 'circle',
        ],
        'arrowColor' => [
          'type' => 'string',
          'default' => '',
        ],
        'arrowOpacity' => [
          'type' => 'number',
          'default' => 90,
        ],
        'paginationColor' => [
          'type' => 'string',
          'default' => '',
        ],
        'countdownEndDate' => [
          'type' => 'string',
          'default' => '',
        ],
        'countdownStartDate' => [
          'type' => 'string',
          'default' => '',
        ],
        'countdownStyle' => [
          'type' => 'string',
          'default' => 'flip',
        ],
        'countdownExpiredMessage' => [
          'type' => 'string',
          'default' => '',
        ],
        'countdownBgImage' => [
          'type' => 'string',
          'default' => '',
        ],
        'countdownBgImageId' => [
          'type' => 'number',
          'default' => 0,
        ],
        'countdownOverlayOpacity' => [
          'type' => 'number',
          'default' => 60,
        ],
        'contentAlign' => [
          'type' => 'string',
          'default' => '',
        ],
        'transition' => [
          'type' => 'string',
          'default' => '',
        ],
      ],
    ],
  ],

  /*
  |--------------------------------------------------------------------------
  | Block Categories
  |--------------------------------------------------------------------------
  |
  | Here you may specify block categories to be registered by Poet for use
  | in the editor.
  |
  */

  // 'block_category' => [
  //   //
  // ],

  /*
  |--------------------------------------------------------------------------
  | Block Patterns
  |--------------------------------------------------------------------------
  |
  | Here you may specify block patterns to be registered by Poet for use
  | in the editor.
  |
  | Patterns are registered using the `namespace/label` defined when
  | registering the block with the editor. If no namespace is provided,
  | the current theme text domain will be used instead.
  |
  | Given the pattern `sage/hero`, your pattern content would be located at:
  |   ↪ `views/block-patterns/hero.blade.php`
  |
  | See: https://developer.wordpress.org/reference/functions/register_block_pattern/
  */

  // 'block_pattern' => [
  //     // 'sage/hero' => [
  //     //     'title' => 'Page Hero',
  //     //     'description' => 'Draw attention to the main focus of the page, and highlight key CTAs',
  //     //     'categories' => ['all'],
  //     // ],
  // ],

  /*
  |--------------------------------------------------------------------------
  | Block Pattern Categories
  |--------------------------------------------------------------------------
  |
  | Here you may specify block pattern categories to be registered by Poet for
  | use in the editor.
  |
  */

  // 'block_pattern_category' => [
  //     'all' => [
  //         'label' => 'All Patterns',
  //     ],
  // ],

  /*
  |--------------------------------------------------------------------------
  | Editor Palette
  |--------------------------------------------------------------------------
  |
  | Here you may specify the color palette registered in the Gutenberg
  | editor.
  |
  | A color palette can be passed as an array or by passing the filename of
  | a JSON file containing the palette.
  |
  | If a color is passed a value directly, the slug will automatically be
  | converted to Title Case and used as the color name.
  |
  | If the palette is explicitly set to `true` – Poet will attempt to
  | register the palette using the default `palette.json` filename generated
  | by <https://github.com/roots/palette-webpack-plugin>
  |
  */

  // 'palette' => [
  //     // 'red' => '#ff0000',
  //     // 'blue' => '#0000ff',
  // ],

  /*
  |--------------------------------------------------------------------------
  | Admin Menu
  |--------------------------------------------------------------------------
  |
  | Here you may specify admin menu item page slugs you would like moved to
  | the Tools menu in an attempt to clean up unwanted core/plugin bloat.
  |
  | Alternatively, you may also explicitly pass `false` to any menu item to
  | remove it entirely.
  |
  */

  'admin_menu' => [
    // 'gutenberg',
  ],

];