data-name="Post CP">
'Main Post Title', 'structure' => array( 'type' => 'object', 'elem' => 'h2', 'linked' => true, 'attr' => array( 'a' => array( 'href' => esc_url( get_permalink() ), 'rel' => 'bookmark', 'title' => get_the_title(), ), ), ), 'content' => array( 'object' => get_the_title(), ), 'echo' => true, ) ); ?>
'Post Excerpt', 'structure' => array( 'type' => 'component', ), 'content' => array( 'component' => $excerpt_ob_content, ), ) ); // E: Post Excerpt echo $post_excerpt; ?>