zZzzZ.
home2
/
zrzvbdry
/
discountplusoffer.com
/
wp-content
/
plugins
/
ultimate-post
/
assets
/
js
New Folder
Editing: blocks-placeholder.js
Save
Cancel
/** * This is a dummy file that contains blocks settings placeholder. * WordPress plugin directory detects registered blocks from this file and shows them on plugin page * It doesn't do anything in the actual code. * * It is auto-generated. */ registerBlockType("ultimate-post/heading", { title: "Heading", description: "Display visually appealing headings to your desired posts or pages.", }); registerBlockType("ultimate-post/image", { title: "Image", description: "It lets you display images on any posts and pages with lots of customization options.", }); registerBlockType("ultimate-post/news-ticker", { title: "News Ticker", description: "Highlight desired posts and pages into a breaking news ticker.", }); registerBlockType("ultimate-post/post-grid-1", { title: "Post Grid #1", description: "Dynamically display posts/pages in a grid layout with large featured images.", }); registerBlockType("ultimate-post/post-grid-2", { title: "Post Grid #2", description: "Display popular posts in a grid layout with a gradient design.", }); registerBlockType("ultimate-post/post-grid-3", { title: "Post Grid #3", description: "Display the latest posts in a combined layout of big tiles at the top and grids at the bottom.", }); registerBlockType("ultimate-post/post-grid-4", { title: "Post Grid #4", description: "Display three featured posts in a combined layout of one with a big featured image on the left side and 2 small on the right.", }); registerBlockType("ultimate-post/post-grid-5", { title: "Post Grid #5", description: "Display four of the most discussed posts in a combined layout of tiles and grids.", }); registerBlockType("ultimate-post/post-grid-6", { title: "Post Grid #6", description: "Display random posts in a combined layout of a big featured image on the left with tile and grid on the right.", }); registerBlockType("ultimate-post/post-grid-7", { title: "Post Grid #7", description: "Display four of the most commented posts in a combined layout of tiles and grids.", }); registerBlockType("ultimate-post/post-list-1", { title: "Post List #1", description: "Display posts or pages in list style and customize them to make them visually appealing.", }); registerBlockType("ultimate-post/post-list-2", { title: "Post List #2", description: "Highlight one blog post with a large image at the top along with more posts with small images.", }); registerBlockType("ultimate-post/post-list-3", { title: "Post List #3", description: "Showcase blog posts in a classic layout that contains images on the left and metadata on the right.", }); registerBlockType("ultimate-post/post-list-4", { title: "Post List #4", description: "Make posts section by highlighting one post at the top followed by more posts based on the same categories.", }); registerBlockType("ultimate-post/post-module-1", { title: "Post Module #1", description: "Make gorgeous post sections with the combined layout of featured images on the left and titles on the right.", }); registerBlockType("ultimate-post/post-module-2", { title: "Post Module #2", description: "Show off the featured posts with a layout that contains featured images on the left and details on the right.", }); registerBlockType("ultimate-post/post-slider-1", { title: "Post Slider #1", description: "Make a gorgeous and stylish slider with the desired post, pages, and custom post types.", }); registerBlockType("ultimate-post/table-of-content", { title: "Table of Contents", description: "Make users happy by organizing headings and sub-headings in a table of content.", }); registerBlockType("ultimate-post/ultp-taxonomy", { title: "Taxonomy", description: "Showcase categories and tags with featured images by blending them with the posts.", }); registerBlockType("ultimate-post/wrapper", { title: "Wrapper", description: "Wrapper block for Gutenberg.", }); registerBlockType("ultimate-post/advance-post-meta", { title: "Advanced Post Meta", description: "Display Advance Post Meta with the ultimate controls.", }); registerBlockType("ultimate-post/archive-title", { title: "Archive Title", description: "Display archive titles and customize them as you need.", }); registerBlockType("ultimate-post/author-box", { title: "Post Author Box", description: "Display Post Author details and customize them as you need.", }); registerBlockType("ultimate-post/next-previous", { title: "Post Next Previous", description: "Display Previous and Next Post links with thumbnails.", }); registerBlockType("ultimate-post/post-author-meta", { title: "Post Author Meta", description: "Display Post Author Meta with the ultimate controls.", }); registerBlockType("ultimate-post/post-breadcrumb", { title: "Post Breadcrumb", description: "Display Breadcrumb to let visitors see navigational links.", }); registerBlockType("ultimate-post/post-category", { title: "Post Category", description: "Display Post Categories and style them as you need.", }); registerBlockType("ultimate-post/post-comment-count", { title: "Post Comment Count", description: "Display Post Comment count and customize it as you need.", }); registerBlockType("ultimate-post/post-comments", { title: "Post Comments", description: "Display the Post Comment section and customize it as you need.", }); registerBlockType("ultimate-post/post-content", { title: "Post Content", description: "Display Post Content in a customized and organized way.", }); registerBlockType("ultimate-post/post-date-meta", { title: "Post Date Meta", description: "Display Post Publish/Modified Date and customize it as you need.", }); registerBlockType("ultimate-post/post-excerpt", { title: "Post Excerpt", description: "Display Post Excerpt if required and customize as you need.", }); registerBlockType("ultimate-post/post-featured-image", { title: "Post Featured Image/Video", description: "Display the Featured Image/Video and adjust the visual look.", }); registerBlockType("ultimate-post/post-reading-time", { title: "Post Reading Time", description: "Display Expecting Reading Time and customize it as you need.", }); registerBlockType("ultimate-post/post-social-share", { title: "Post Social Share", description: "Display Social Share Buttons to let visitors share posts to their social profiles.", }); registerBlockType("ultimate-post/post-tag", { title: "Post Tag", description: "Display Post Tags and style them as you need.", }); registerBlockType("ultimate-post/post-title", { title: "Post Title", description: "Display the Post Title and customize it as you need.", }); registerBlockType("ultimate-post/post-view-count", { title: "Post View Count", description: "Display the post view count and customize it as you need.", });