|
@@ -0,0 +1,31 @@
|
|
|
+<?php
|
|
|
+/**
|
|
|
+ * Image with description
|
|
|
+ */
|
|
|
+return array(
|
|
|
+ 'title' => __( 'Image with description', 'archeo' ),
|
|
|
+ 'categories' => array( 'pages' ),
|
|
|
+ 'content' => '<!-- wp:columns {"align":"wide"} -->
|
|
|
+ <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} -->
|
|
|
+ <div class="wp-block-column" style="flex-basis:33.33%"></div>
|
|
|
+ <!-- /wp:column -->
|
|
|
+
|
|
|
+ <!-- wp:column {"width":"66.66%"} -->
|
|
|
+ <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:separator {"color":"primary","className":"is-style-wide"} -->
|
|
|
+ <hr class="wp-block-separator has-text-color has-background has-primary-background-color has-primary-color is-style-wide"/>
|
|
|
+ <!-- /wp:separator -->
|
|
|
+
|
|
|
+ <!-- wp:paragraph -->
|
|
|
+ <p>' . __( 'Ancien Temple, à Chichen-Itza, applé le chateau', 'archeo' ) . '</p>
|
|
|
+ <!-- /wp:paragraph -->
|
|
|
+
|
|
|
+ <!-- wp:paragraph {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}},"fontSize":"small"} -->
|
|
|
+ <p class="has-small-font-size" style="font-style:italic;font-weight:400">' . __( 'From “Cités et Ruines Americaines: Mitla, Palenqué, Izamal, Chichen-Itza, Uxmal, Atlas” housed at the New York Public Library.', 'archeo' ) . '</p>
|
|
|
+ <!-- /wp:paragraph -->
|
|
|
+
|
|
|
+ <!-- wp:image {"id":840,"sizeSlug":"full","linkDestination":"none"} -->
|
|
|
+ <figure class="wp-block-image size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/ancien-temple.jpg" alt="' . __( 'Photo of ancient temple', 'archeo' ) . '"/></figure>
|
|
|
+ <!-- /wp:image --></div>
|
|
|
+ <!-- /wp:column --></div>
|
|
|
+ <!-- /wp:columns -->',
|
|
|
+);
|