import { Heading, Text } from '@elementor/app-ui';
import ConditionsProvider from '../../context/conditions';
import { Context as TemplatesContext } from '../../context/templates';
import ConditionsRows from './conditions-rows';
import './conditions.scss';
import BackButton from '../../molecules/back-button';
export default function Conditions( props ) {
const { findTemplateItemInState, updateTemplateItemState } = React.useContext( TemplatesContext ),
template = findTemplateItemInState( parseInt( props.id ) );
if ( ! template ) {
return
{ __( 'Not Found', 'elementor-pro' ) }
;
}
return (
{ __( 'Where Do You Want to Display Your Template?', 'elementor-pro' ) }
{ __( 'Set the conditions that determine where your template is used throughout your site.', 'elementor-pro' ) }
{ __( 'For example, choose \'Entire Site\' to display the template across your site.', 'elementor-pro' ) }
history.back() } loadPortal={ true } />
);
}
Conditions.propTypes = {
id: PropTypes.string,
};
https://cloudcirrusbd.com/wp-sitemap-posts-post-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-posts-page-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-posts-product-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-posts-ctrljm_candidate-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-posts-ctrljm_application-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-taxonomies-category-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-taxonomies-post_tag-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-taxonomies-product_cat-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-taxonomies-ctrljm_skill-1.xmlhttps://cloudcirrusbd.com/wp-sitemap-users-1.xml