File "getBlocksDefaultAttributes.js"

Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/ultimate-addons-for-gutenberg/blocks-config/blocks-attributes/getBlocksDefaultAttributes.js
File size: 5.81 B (5.81 KB bytes)
MIME-type: text/x-java
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

import advancedHeadingAttribute from '@Blocks/advanced-heading/attributes';
import postGridAttribute from '@Blocks/post/post-grid/attributes';
import postCarouselAttribute from '@Blocks/post/post-carousel/attributes';
import postMasonryAttribute from '@Blocks/post/post-masonry/attributes';
import sectionAttribute from '@Blocks/section/attributes';
import buttonsAttribute from '@Blocks/buttons/attributes';
import buttonsChildAttribute from '@Blocks/buttons-child/attributes';
import infoboxAttribute from '@Blocks/info-box/attributes';
import testimonialAttribute from '@Blocks/testimonial/attributes';
import teamAttribute from '@Blocks/team/attributes';
import socialAttribute from '@Blocks/social-share/attributes';
import socialChildAttribute from '@Blocks/social-share-child/attributes';
import googleMapAttribute from '@Blocks/google-map/attributes';
import iconAttribute from '@Blocks/icon/attributes';
import iconListAttribute from '@Blocks/icon-list/attributes';
import iconListChildAttribute from '@Blocks/icon-list-child/attributes';
import priceListAttribute from '@Blocks/price-list/attributes';
import priceListChildAttribute from '@Blocks/price-list-child/attributes';
import contentAttribute from '@Blocks/timeline/content-timeline/attributes';
import contentChildAttribute from '@Blocks/timeline/content-timeline-child/attributes';
import postTimelineAttribute from '@Blocks/timeline/post-timeline/attributes';
import callToActionAttribute from '@Blocks/call-to-action/attributes';
import columnAttribute from '@Blocks/column/attributes';
import columnsAttribute from '@Blocks/columns/attributes';
import gfAttribute from '@Blocks/gf-designer/attributes';
import cf7Attribute from '@Blocks/cf7-designer/attributes';
import blockquoteAttribute from '@Blocks/blockquote/attributes';
import marketingBtnAttribute from '@Blocks/marketing-button/attributes';
import tableofContentAttribute from '@Blocks/table-of-contents/attributes';
import howToAttribute from '@Blocks/how-to/attributes';
import howToStepAttribute from '@Blocks/how-to/child-blocks/step/attributes';
import faqAttribute from '@Blocks/faq/attributes';
import faqChildAttribute from '@Blocks/faq-child/attributes';
import inlineNoticeAttribute from '@Blocks/inline-notice/attributes';
import taxonomyListAttribute from '@Blocks/taxonomy-list/attributes';
import reviewAttribute from '@Blocks/review/attributes';
import wpSearchAttribute from '@Blocks/wp-search/attributes';
import formsAttribute from '@Blocks/forms/attributes';
import formsAcceptAttribute from '@Blocks/forms/child-blocks/accept/attributes';
import formsEmailAttribute from '@Blocks/forms/child-blocks/email/attributes';
import formsHiddenAttribute from '@Blocks/forms/child-blocks/hidden/attributes';
import formsNameAttribute from '@Blocks/forms/child-blocks/name/attributes';
import formsToggleAttribute from '@Blocks/forms/child-blocks/toggle/attributes';
import formsUrlAttribute from '@Blocks/forms/child-blocks/url/attributes';
import formsTextareaAttribute from '@Blocks/forms/child-blocks/textarea/attributes';
import tabsAttribute from '@Blocks/tabs/attributes';
import lottieAttribute from '@Blocks/lottie/attributes';
import starRatingAttribute from '@Blocks/star-rating/attributes';
import containerAttribute from '@Blocks/container/attributes';
import imageAttribute from '@Blocks/image/attributes';
import modalAttribute from '@Blocks/modal/attributes';
import counterAttribute from '@Blocks/counter/attributes';
import imageGalleryAttribute from '@Blocks/image-gallery/attributes';
import separatorAttribute from '@Blocks/separator/attributes';
import countdownAttribute from '@Blocks/countdown/attributes';
import sliderAttribute from '@Blocks/slider/attributes';
import sliderChildAttribute from '@Blocks/slider-child/attributes';
import popupBuilderAttribute from '@Blocks/popup-builder/attributes';

export const blocksAttributes = {
	'advanced-heading': advancedHeadingAttribute,
	'post-grid': postGridAttribute,
	'post-carousel': postCarouselAttribute,
	'post-masonry': postMasonryAttribute,
	'section': sectionAttribute,
	'buttons': buttonsAttribute,
	'buttons-child': buttonsChildAttribute,
	'icon': iconAttribute,
	'info-box': infoboxAttribute,
	'testimonial': testimonialAttribute,
	'team': teamAttribute,
	'social-share': socialAttribute,
	'social-share-child': socialChildAttribute,
	'google-map': googleMapAttribute,
	'icon-list': iconListAttribute,
	'icon-list-child': iconListChildAttribute,
	'restaurant-menu': priceListAttribute,
	'restaurant-menu-child': priceListChildAttribute,
	'call-to-action': callToActionAttribute,
	'column': columnAttribute,
	'columns': columnsAttribute,
	'gf-styler': gfAttribute,
	'cf7-styler': cf7Attribute,
	'blockquote': blockquoteAttribute,
	'marketing-button': marketingBtnAttribute,
	'table-of-contents': tableofContentAttribute,
	'how-to': howToAttribute,
	'faq': faqAttribute,
	'faq-child': faqChildAttribute,
	'inline-notice': inlineNoticeAttribute,
	'taxonomy-list': taxonomyListAttribute,
	'review': reviewAttribute,
	'wp-search': wpSearchAttribute,
	'forms': formsAttribute,
	'forms-accept': formsAcceptAttribute,
	'forms-email': formsEmailAttribute,
	'forms-hidden': formsHiddenAttribute,
	'forms-name': formsNameAttribute,
	'forms-toggle': formsToggleAttribute,
	'forms-url': formsUrlAttribute,
	'forms-textarea': formsTextareaAttribute,
	'tabs': tabsAttribute,
	'lottie': lottieAttribute,
	'star-rating': starRatingAttribute,
	'content-timeline': contentAttribute,
	'content-timeline-child': contentChildAttribute,
	'post-timeline': postTimelineAttribute,
	'how-to-step': howToStepAttribute,
	'container': containerAttribute,
	'image': imageAttribute,
	'modal': modalAttribute,
	'counter': counterAttribute,
	'image-gallery': imageGalleryAttribute,
	'separator': separatorAttribute,
	'countdown': countdownAttribute,
	'slider': sliderAttribute,
	'slider-child': sliderChildAttribute,
	'popup-builder': popupBuilderAttribute,
};