blocks
1 month ago
blocks-manifest.php
1 month ago
editor-rtl.css
1 month ago
editor.css
1 month ago
index.asset.php
1 month ago
index.js
1 month ago
style-rtl.css
1 month ago
style.css
1 month ago
blocks-manifest.php
382 lines
| 1 | <?php |
| 2 | |
| 3 | /** Kubio - automatically generated file **/ |
| 4 | |
| 5 | return array( |
| 6 | 'accordion' => array( |
| 7 | 'classes' => array( |
| 8 | 'AccordionBlock' |
| 9 | ), |
| 10 | 'rel' => 'accordion/blocks/accordion/index.php' |
| 11 | ), |
| 12 | 'button-group' => array( |
| 13 | 'classes' => array( |
| 14 | 'ButtonGroupBlock' |
| 15 | ), |
| 16 | 'rel' => 'button-group/index.php' |
| 17 | ), |
| 18 | 'button' => array( |
| 19 | 'classes' => array( |
| 20 | 'ButtonBlock' |
| 21 | ), |
| 22 | 'rel' => 'button/index.php' |
| 23 | ), |
| 24 | 'contact-form' => array( |
| 25 | 'classes' => array( |
| 26 | 'ContactFormBlock' |
| 27 | ), |
| 28 | 'rel' => 'contact-form/index.php' |
| 29 | ), |
| 30 | 'column' => array( |
| 31 | 'classes' => array( |
| 32 | 'ColumnBlock' |
| 33 | ), |
| 34 | 'rel' => 'column/index.php' |
| 35 | ), |
| 36 | 'copyright' => array( |
| 37 | 'classes' => array( |
| 38 | 'CopyrightBlock' |
| 39 | ), |
| 40 | 'rel' => 'copyright/index.php' |
| 41 | ), |
| 42 | 'footer' => array( |
| 43 | 'classes' => array( |
| 44 | 'FooterTemplatePart' |
| 45 | ), |
| 46 | 'rel' => 'footer/index.php' |
| 47 | ), |
| 48 | 'divider' => array( |
| 49 | 'classes' => array( |
| 50 | 'DividerBlock' |
| 51 | ), |
| 52 | 'rel' => 'divider/index.php' |
| 53 | ), |
| 54 | 'header' => array( |
| 55 | 'classes' => array( |
| 56 | 'HeaderTemplatePart' |
| 57 | ), |
| 58 | 'rel' => 'header/index.php' |
| 59 | ), |
| 60 | 'heading' => array( |
| 61 | 'classes' => array( |
| 62 | 'HeadingBlock' |
| 63 | ), |
| 64 | 'rel' => 'heading/index.php' |
| 65 | ), |
| 66 | 'hero' => array( |
| 67 | 'classes' => array( |
| 68 | 'HeroBlock' |
| 69 | ), |
| 70 | 'rel' => 'hero/index.php' |
| 71 | ), |
| 72 | 'home-button' => array( |
| 73 | 'classes' => array( |
| 74 | 'HomeButtonBlock' |
| 75 | ), |
| 76 | 'rel' => 'home-button/index.php' |
| 77 | ), |
| 78 | 'icon' => array( |
| 79 | 'classes' => array( |
| 80 | 'IconBlock' |
| 81 | ), |
| 82 | 'rel' => 'icon/index.php' |
| 83 | ), |
| 84 | 'image' => array( |
| 85 | 'classes' => array( |
| 86 | 'ImageBlock' |
| 87 | ), |
| 88 | 'rel' => 'image/index.php' |
| 89 | ), |
| 90 | 'image-gallery' => array( |
| 91 | 'classes' => array( |
| 92 | 'ImageGalleryBlock', |
| 93 | 'ImageGalleryItemBlock' |
| 94 | ), |
| 95 | 'rel' => 'image-gallery/index.php' |
| 96 | ), |
| 97 | 'language-selector' => array( |
| 98 | 'classes' => array( |
| 99 | 'LanguageSelector' |
| 100 | ), |
| 101 | 'rel' => 'language-selector/index.php' |
| 102 | ), |
| 103 | 'link' => array( |
| 104 | 'classes' => array( |
| 105 | 'LinkBlock' |
| 106 | ), |
| 107 | 'rel' => 'link/index.php' |
| 108 | ), |
| 109 | 'link-group' => array( |
| 110 | 'classes' => array( |
| 111 | 'LinkGroupBlock' |
| 112 | ), |
| 113 | 'rel' => 'link-group/index.php' |
| 114 | ), |
| 115 | 'logo' => array( |
| 116 | 'classes' => array( |
| 117 | 'LogoBlock' |
| 118 | ), |
| 119 | 'rel' => 'logo/index.php' |
| 120 | ), |
| 121 | 'navigation' => array( |
| 122 | 'classes' => array( |
| 123 | 'NavigationTopBarBlock', |
| 124 | 'NavigationSectionBlock', |
| 125 | 'NavigationItemsBlock', |
| 126 | 'NavigationStickyItemsBlock' |
| 127 | ), |
| 128 | 'rel' => 'navigation/index.php' |
| 129 | ), |
| 130 | 'map' => array( |
| 131 | 'classes' => array( |
| 132 | 'MapBlock' |
| 133 | ), |
| 134 | 'rel' => 'map/index.php' |
| 135 | ), |
| 136 | 'page-title' => array( |
| 137 | 'classes' => array( |
| 138 | 'PageTitleBlock' |
| 139 | ), |
| 140 | 'rel' => 'page-title/index.php' |
| 141 | ), |
| 142 | 'post-author-avatar' => array( |
| 143 | 'classes' => array( |
| 144 | 'PostAuthorAvatarBlock' |
| 145 | ), |
| 146 | 'rel' => 'post-author-avatar/index.php' |
| 147 | ), |
| 148 | 'pagination-nav-button' => array( |
| 149 | 'classes' => array( |
| 150 | 'PaginationNavButtonBlock' |
| 151 | ), |
| 152 | 'rel' => 'pagination-nav-button/index.php' |
| 153 | ), |
| 154 | 'pagination-numbers' => array( |
| 155 | 'classes' => array( |
| 156 | 'PaginationNumbersBlock' |
| 157 | ), |
| 158 | 'rel' => 'pagination-numbers/index.php' |
| 159 | ), |
| 160 | 'post-author-bio' => array( |
| 161 | 'classes' => array( |
| 162 | 'PostAuthorBioBlock' |
| 163 | ), |
| 164 | 'rel' => 'post-author-bio/index.php' |
| 165 | ), |
| 166 | 'post-author-name' => array( |
| 167 | 'classes' => array( |
| 168 | 'PostAuthorNameBlock' |
| 169 | ), |
| 170 | 'rel' => 'post-author-name/index.php' |
| 171 | ), |
| 172 | 'post-categories' => array( |
| 173 | 'classes' => array( |
| 174 | 'PostCategoriesBlock' |
| 175 | ), |
| 176 | 'rel' => 'post-categories/index.php' |
| 177 | ), |
| 178 | 'post-comments' => array( |
| 179 | 'classes' => array( |
| 180 | 'PostCommentsBlock' |
| 181 | ), |
| 182 | 'rel' => 'post-comments/index.php' |
| 183 | ), |
| 184 | 'post-comments-form' => array( |
| 185 | 'classes' => array( |
| 186 | 'PostCommentsFormBlock' |
| 187 | ), |
| 188 | 'rel' => 'post-comments-form/index.php' |
| 189 | ), |
| 190 | 'post-excerpt' => array( |
| 191 | 'classes' => array( |
| 192 | 'PostExcerptBlock' |
| 193 | ), |
| 194 | 'rel' => 'post-excerpt/index.php' |
| 195 | ), |
| 196 | 'post-featured-image' => array( |
| 197 | 'classes' => array( |
| 198 | 'PostFeaturedImageBlock' |
| 199 | ), |
| 200 | 'rel' => 'post-featured-image/index.php' |
| 201 | ), |
| 202 | 'query-layout' => array( |
| 203 | 'classes' => array( |
| 204 | 'QueryLayout' |
| 205 | ), |
| 206 | 'rel' => 'query-layout/index.php' |
| 207 | ), |
| 208 | 'query-pagination' => array( |
| 209 | 'classes' => array( |
| 210 | 'QueryPaginationBlock' |
| 211 | ), |
| 212 | 'rel' => 'query-pagination/index.php' |
| 213 | ), |
| 214 | 'post-tags' => array( |
| 215 | 'classes' => array( |
| 216 | 'PostTagsBlock' |
| 217 | ), |
| 218 | 'rel' => 'post-tags/index.php' |
| 219 | ), |
| 220 | 'read-more-button' => array( |
| 221 | 'classes' => array( |
| 222 | 'ReadMorebuttonBlock' |
| 223 | ), |
| 224 | 'rel' => 'read-more-button/index.php' |
| 225 | ), |
| 226 | 'row' => array( |
| 227 | 'classes' => array( |
| 228 | 'RowBlock' |
| 229 | ), |
| 230 | 'rel' => 'row/index.php' |
| 231 | ), |
| 232 | 'search-form' => array( |
| 233 | 'classes' => array( |
| 234 | 'SearchForm' |
| 235 | ), |
| 236 | 'rel' => 'search-form/index.php' |
| 237 | ), |
| 238 | 'shortcode' => array( |
| 239 | 'classes' => array( |
| 240 | 'ShortcodeBlock' |
| 241 | ), |
| 242 | 'rel' => 'shortcode/index.php' |
| 243 | ), |
| 244 | 'social-icons' => array( |
| 245 | 'classes' => array( |
| 246 | 'SocialIconsBlock', |
| 247 | 'SocialIconBlock' |
| 248 | ), |
| 249 | 'rel' => 'social-icons/index.php' |
| 250 | ), |
| 251 | 'sidebar' => array( |
| 252 | 'classes' => array( |
| 253 | 'SidebarTemplatePart' |
| 254 | ), |
| 255 | 'rel' => 'sidebar/index.php' |
| 256 | ), |
| 257 | 'post-title' => array( |
| 258 | 'classes' => array( |
| 259 | 'PostTitleBlock' |
| 260 | ), |
| 261 | 'rel' => 'post-title/index.php' |
| 262 | ), |
| 263 | 'spacer' => array( |
| 264 | 'classes' => array( |
| 265 | 'SpacerBlock' |
| 266 | ), |
| 267 | 'rel' => 'spacer/index.php' |
| 268 | ), |
| 269 | 'text' => array( |
| 270 | 'classes' => array( |
| 271 | 'TextBlock' |
| 272 | ), |
| 273 | 'rel' => 'text/index.php' |
| 274 | ), |
| 275 | 'tab' => array( |
| 276 | 'classes' => array( |
| 277 | 'TabBlock', |
| 278 | 'TabItemsBlock', |
| 279 | 'TabItemBlock', |
| 280 | 'TabNavigationBlock', |
| 281 | 'TabNavigationItemBlock' |
| 282 | ), |
| 283 | 'rel' => 'tab/index.php' |
| 284 | ), |
| 285 | 'post-meta' => array( |
| 286 | 'classes' => array( |
| 287 | 'PostMetaBlock' |
| 288 | ), |
| 289 | 'rel' => 'post-meta/index.php' |
| 290 | ), |
| 291 | 'section' => array( |
| 292 | 'classes' => array( |
| 293 | 'SectionBlock' |
| 294 | ), |
| 295 | 'rel' => 'section/index.php' |
| 296 | ), |
| 297 | 'video' => array( |
| 298 | 'classes' => array( |
| 299 | 'VideoBlock' |
| 300 | ), |
| 301 | 'rel' => 'video/index.php' |
| 302 | ), |
| 303 | 'widgets-area' => array( |
| 304 | 'classes' => array( |
| 305 | 'WidgetAreaBlock' |
| 306 | ), |
| 307 | 'rel' => 'widgets-area/index.php' |
| 308 | ), |
| 309 | 'accordion-menu' => array( |
| 310 | 'classes' => array( |
| 311 | 'AccordionMenuBlock' |
| 312 | ), |
| 313 | 'rel' => 'menu/accordion-menu/index.php' |
| 314 | ), |
| 315 | 'dropdown-menu' => array( |
| 316 | 'classes' => array( |
| 317 | 'DropDownMenuBlock' |
| 318 | ), |
| 319 | 'rel' => 'menu/dropdown-menu/index.php' |
| 320 | ), |
| 321 | 'menu-items' => array( |
| 322 | 'classes' => array( |
| 323 | 'MenuItemsBlock' |
| 324 | ), |
| 325 | 'rel' => 'menu/menu-items/index.php' |
| 326 | ), |
| 327 | 'offscreen' => array( |
| 328 | 'classes' => array( |
| 329 | 'MenuOffscreen' |
| 330 | ), |
| 331 | 'rel' => 'menu/offscreen/index.php' |
| 332 | ), |
| 333 | 'offscreen-content' => array( |
| 334 | 'classes' => array( |
| 335 | 'MenuOffscreenContent' |
| 336 | ), |
| 337 | 'rel' => 'menu/offscreen-content/index.php' |
| 338 | ), |
| 339 | 'down-arrow' => array( |
| 340 | 'classes' => array( |
| 341 | 'DownArrowBlock' |
| 342 | ), |
| 343 | 'rel' => 'hero/blocks/down-arrow/index.php' |
| 344 | ), |
| 345 | 'icon-list' => array( |
| 346 | 'classes' => array( |
| 347 | 'IconListBlock' |
| 348 | ), |
| 349 | 'rel' => 'icon-list/blocks/icon-list/index.php' |
| 350 | ), |
| 351 | 'accordion-item' => array( |
| 352 | 'classes' => array( |
| 353 | 'AccordionItemBlock' |
| 354 | ), |
| 355 | 'rel' => 'accordion/blocks/accordion-item/index.php' |
| 356 | ), |
| 357 | 'loop-item' => array( |
| 358 | 'classes' => array( |
| 359 | 'LoopItemBlock' |
| 360 | ), |
| 361 | 'rel' => 'query/blocks/loop-item/index.php' |
| 362 | ), |
| 363 | 'icon-list-item' => array( |
| 364 | 'classes' => array( |
| 365 | 'IconListItemBlock' |
| 366 | ), |
| 367 | 'rel' => 'icon-list/blocks/icon-list-item/index.php' |
| 368 | ), |
| 369 | 'loop' => array( |
| 370 | 'classes' => array( |
| 371 | 'LoopBlock' |
| 372 | ), |
| 373 | 'rel' => 'query/blocks/loop/index.php' |
| 374 | ), |
| 375 | 'query' => array( |
| 376 | 'classes' => array( |
| 377 | 'QueryBlock' |
| 378 | ), |
| 379 | 'rel' => 'query/blocks/query/index.php' |
| 380 | ) |
| 381 | ); |
| 382 |