Compare commits
	
		
			2 Commits
		
	
	
		
			b82454087e
			...
			7131f5e15a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7131f5e15a | |||
| 916df0991d | 
@ -101,3 +101,9 @@ function fix_svg() {
 | 
			
		||||
add_action( 'admin_head', 'fix_svg' );
 | 
			
		||||
 | 
			
		||||
/*== END ENABLE SVG UPLOADS ==*/
 | 
			
		||||
 | 
			
		||||
// remove stock wordpress patterns
 | 
			
		||||
function remove_core_patterns() {
 | 
			
		||||
	remove_theme_support('core-block-patterns');
 | 
			
		||||
}
 | 
			
		||||
add_action('after_setup_theme', 'remove_core_patterns');
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,6 @@
 | 
			
		||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
 | 
			
		||||
<div class="wp-block-group has-base-background-color has-background"
 | 
			
		||||
  style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
  <!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0","top":"0","bottom":"0"}}},"backgroundColor":"white","layout":{"type":"constrained"}} -->
 | 
			
		||||
  <div class="wp-block-group has-white-background-color has-background"
 | 
			
		||||
    style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
@ -50,3 +53,5 @@
 | 
			
		||||
    <!-- wp:template-part {"slug":"footer","theme":"cmt-engineering-theme","tagName":"footer","area":"footer"} /-->
 | 
			
		||||
  </div>
 | 
			
		||||
  <!-- /wp:group -->
 | 
			
		||||
</div>
 | 
			
		||||
<!-- /wp:group -->
 | 
			
		||||
@ -1,5 +1,6 @@
 | 
			
		||||
<!-- wp:group {"layout":{"type":"constrained"}} -->
 | 
			
		||||
<div class="wp-block-group">
 | 
			
		||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
 | 
			
		||||
<div class="wp-block-group has-base-background-color has-background"
 | 
			
		||||
  style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
  <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"0","padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"white","layout":{"type":"constrained"}} -->
 | 
			
		||||
  <div class="wp-block-group alignwide has-white-background-color has-background"
 | 
			
		||||
    style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,6 @@
 | 
			
		||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
 | 
			
		||||
<div class="wp-block-group has-base-background-color has-background"
 | 
			
		||||
  style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
  <!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0","top":"0","bottom":"0"}}},"backgroundColor":"white","layout":{"type":"constrained"}} -->
 | 
			
		||||
  <div class="wp-block-group has-white-background-color has-background"
 | 
			
		||||
    style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
@ -23,3 +26,5 @@
 | 
			
		||||
    <!-- wp:template-part {"slug":"footer","theme":"cmt-engineering-theme","tagName":"footer","area":"footer"} /-->
 | 
			
		||||
  </div>
 | 
			
		||||
  <!-- /wp:group -->
 | 
			
		||||
</div>
 | 
			
		||||
<!-- /wp:group -->
 | 
			
		||||
@ -1,3 +1,6 @@
 | 
			
		||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
 | 
			
		||||
<div class="wp-block-group has-base-background-color has-background"
 | 
			
		||||
  style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
  <!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"white","layout":{"type":"constrained"}} -->
 | 
			
		||||
  <div class="wp-block-group has-white-background-color has-background"
 | 
			
		||||
    style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
 | 
			
		||||
@ -33,3 +36,5 @@
 | 
			
		||||
    <!-- wp:template-part {"slug":"footer","theme":"cmt-engineering-theme","tagName":"footer","area":"footer"} /-->
 | 
			
		||||
  </div>
 | 
			
		||||
  <!-- /wp:group -->
 | 
			
		||||
</div>
 | 
			
		||||
<!-- /wp:group -->
 | 
			
		||||
@ -116,7 +116,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "styles": {
 | 
			
		||||
    "color": {
 | 
			
		||||
      "background": "var(--wp--preset--color--base)"
 | 
			
		||||
      "background": "var(--wp--preset--color--white)"
 | 
			
		||||
    },
 | 
			
		||||
    "blocks": {
 | 
			
		||||
      "core/button": {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user