Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
smartmag-core
/
blocks
/
loop-posts
:
grid-post.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Bunyad\Blocks\LoopPosts; /** * Grid Loop Post Class */ class GridPost extends BasePost { public $id = 'grid'; /** * Default props for this post * * @return array */ public function get_default_props() { $props = parent::get_default_props(); return array_replace($props, [ 'image' => 'bunyad-grid', ]); } }