浏览代码

created block pattern file

Maggie 4 年之前
父节点
当前提交
9b011ae59e
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      skatepark/inc/patterns/full-width-image-with-aside-caption.php

+ 12 - 0
skatepark/inc/patterns/full-width-image-with-aside-caption.php

@@ -0,0 +1,12 @@
+<?php
+/**
+ * Full width image with aside caption.
+ *
+ * @package Skatepark
+ */
+
+return array(
+	'title'      => __( 'Full width image with aside caption', 'skatepark' ),
+	'categories' => array( 'skatepark' ),
+	'content'    => '',
+);