Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#438 update grid #447

Merged
merged 233 commits into from
Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from 166 commits
Commits
Show all changes
233 commits
Select commit Hold shift + click to select a range
24ee30d
removes neat from style.scss and gulpfile.js
jomurgel Dec 12, 2018
4e41716
adds media query mixin
jomurgel Dec 12, 2018
5ff476e
removes space
jomurgel Dec 12, 2018
4d2fc25
imports media query plugin
jomurgel Dec 12, 2018
de515f7
combines necessary grid variables and breakpoint variables into one p…
jomurgel Dec 12, 2018
65034d9
removes rows partial
jomurgel Dec 12, 2018
7220ce1
updates media query usages to match new convention
jomurgel Dec 12, 2018
e3e89af
removes grid helpers
jomurgel Dec 12, 2018
40e9152
remove instances of `col-` classes
jomurgel Dec 12, 2018
0eb921b
removes container wrappers and appends class and id to body
jomurgel Dec 12, 2018
b99efbf
removes wrapping primary container class
jomurgel Dec 12, 2018
1bea5bb
adds container width grid var
jomurgel Dec 12, 2018
5aab05c
removes homepage partial in favor of template-sidebar-right view
jomurgel Dec 12, 2018
885bce8
changes gutter var to 20
jomurgel Dec 12, 2018
244fb7f
Cleans up layout structure to utilize flexbox and easy-to-use full/co…
jomurgel Dec 12, 2018
7ab0e3d
moves sidebar elements to template partial
jomurgel Dec 12, 2018
eeaa5a1
updates margin output to utilize mixin
jomurgel Dec 12, 2018
eac7569
replaces marign with margin mixin
jomurgel Dec 12, 2018
d7bfb4d
replaces padding with padding mixin
jomurgel Dec 12, 2018
26ba667
rebuilds header with flexbox and removes span elements from neat
jomurgel Dec 12, 2018
0869d97
replaces testing.test with wds.test
jomurgel Dec 12, 2018
9d60412
adds wrapper for flexbox with sidebar
jomurgel Dec 12, 2018
10674cc
adds container class to articles
jomurgel Dec 12, 2018
25fb6a3
adds container class to sidebar
jomurgel Dec 12, 2018
3bec974
update body class/id and adds grid-container class to header to init …
jomurgel Dec 12, 2018
80055aa
adds grid wrapper to single post temlate
jomurgel Dec 12, 2018
534824f
builds
jomurgel Dec 12, 2018
5204411
removes grid-x class (invalidated)
jomurgel Dec 12, 2018
b43c130
adds filter to move yoast below all elements
jomurgel Dec 12, 2018
2c894bf
adds helper class and removes global acf margins
jomurgel Dec 13, 2018
f46425d
adds margins to site-main class
jomurgel Dec 13, 2018
b95c5fb
wraps sidebar right template
jomurgel Dec 14, 2018
3957638
wraps single post (sidebar)
jomurgel Dec 14, 2018
7201fe1
updates header wrap
jomurgel Dec 14, 2018
ea44a3e
file cleanup
jomurgel Dec 14, 2018
c1b6399
changes grid-wrapper to display-flex helper
jomurgel Dec 14, 2018
a3676b5
updates button padding to place nice with inputs
jomurgel Dec 14, 2018
3268abb
cleanup
jomurgel Dec 14, 2018
2ccb13b
removes button style restrictions from header button action
jomurgel Dec 14, 2018
c78ffe0
adds spacer variable
jomurgel Dec 14, 2018
197ea76
adds padding to has-background elements
jomurgel Dec 14, 2018
bcf60e2
Replaces any instance of rem(24) with $space variable
jomurgel Dec 14, 2018
11911b0
adds block width field to other options
jomurgel Dec 14, 2018
09d32f1
adds vscode to gitignore
jomurgel Dec 14, 2018
82f7bdb
adds container width to container options
jomurgel Dec 14, 2018
d92113b
adds margin auto and width to site-main
jomurgel Dec 14, 2018
b5669ff
update container width output
jomurgel Dec 14, 2018
6020194
updates 'cell' cllass with 'container' class
jomurgel Dec 14, 2018
462517e
makes sure container is auto left/right margin
jomurgel Dec 14, 2018
b2101ed
removes unused classes
jomurgel Dec 14, 2018
eb9a0e7
adds space between accordion elements
jomurgel Dec 14, 2018
9deaf4b
updates cta block to follow new conventions
jomurgel Dec 14, 2018
438e41d
sets to full width and cleans up markup
jomurgel Dec 14, 2018
d75ac7a
updates headings for cta
jomurgel Dec 14, 2018
9dd76a0
adds helpers for jutify center and align center
jomurgel Dec 14, 2018
472d44b
moves content width to display options tab
jomurgel Dec 14, 2018
d77c8cd
removes undnerlines from buttons
jomurgel Dec 14, 2018
ea776aa
ads font weight
jomurgel Dec 14, 2018
70c9d43
adjusts carouel for new grid
jomurgel Dec 14, 2018
92aba70
adds empty and missing general content partial
jomurgel Dec 14, 2018
975da45
renames _template-sidebar-right to _has-sidebar.scss
jomurgel Dec 14, 2018
6099d62
removes margin
jomurgel Dec 14, 2018
f458bd5
removes padding
jomurgel Dec 14, 2018
852035f
sets postion for background figure
jomurgel Dec 14, 2018
6f5ef26
Updates block naming conventions
jomurgel Dec 14, 2018
f10f00a
adds display options for width
jomurgel Dec 14, 2018
1fff03c
updates selector
jomurgel Dec 14, 2018
78baa74
builds js
jomurgel Dec 14, 2018
13d8271
brings button styles up to date with links
jomurgel Dec 14, 2018
6655541
avoid link conflicts with links with button class
jomurgel Dec 14, 2018
6cc22c8
adds helpers for third and half grid elements
jomurgel Dec 14, 2018
8bc5f5e
adds mixin partial for grid elements
jomurgel Dec 14, 2018
21510cd
empties partials
jomurgel Dec 14, 2018
3b3b0e3
updates markup to utilize new grid
jomurgel Dec 14, 2018
78f7c1c
builds
jomurgel Dec 14, 2018
7bdbd28
resolves phpcs issues
jomurgel Dec 14, 2018
e835436
adds filter to run content through — replace force balance tags
jomurgel Dec 14, 2018
693d79c
adds missing return statement in docblock
jomurgel Dec 14, 2018
067fe91
styles search from
jomurgel Dec 14, 2018
1853321
removes margin from hentry elements
jomurgel Dec 14, 2018
379cf21
hides pagination of no pages exist
jomurgel Dec 14, 2018
6ec4da8
builds
jomurgel Dec 14, 2018
365e6d2
adds missing return doc
jomurgel Dec 14, 2018
547f49f
adds new sidebar left template
jomurgel Dec 17, 2018
41cb6b5
updates documentation and adds helper class
jomurgel Dec 17, 2018
c2c51ba
adds classname depending on template in use
jomurgel Dec 17, 2018
0298246
removes has-sidebar template and reverts to empty homepage template
jomurgel Dec 17, 2018
5b80cb4
adds tempalte sidebar left template to hooks for has-sidebar class
jomurgel Dec 17, 2018
2fc7b75
adds helper classes for sidebar elements
jomurgel Dec 17, 2018
2080a1f
adds mixins for sidebar elements
jomurgel Dec 17, 2018
56005c2
builds
jomurgel Dec 17, 2018
e58d9be
removes margin from last paragraph
jomurgel Dec 17, 2018
665834e
adds documentation for grid classes
jomurgel Dec 17, 2018
7e82b0f
adds quarter mixin
jomurgel Dec 17, 2018
dc4d51d
fixes ul list
jomurgel Dec 17, 2018
3b5b735
fixes blockquote margin
jomurgel Dec 17, 2018
81d9a8a
styles blockquote defaults
jomurgel Dec 17, 2018
a77c750
adds defaults for typography
jomurgel Dec 17, 2018
2fc0f60
builds
jomurgel Dec 17, 2018
9098375
adds color classes to style backgrounds
jomurgel Dec 17, 2018
3aa99cf
wraps heading to allow for full-width elements
jomurgel Dec 17, 2018
ae8a774
adds max-width and margin auto left/right on menu area
jomurgel Dec 17, 2018
8b8609b
styles top of list instead of bottom
jomurgel Dec 17, 2018
d69ac50
adds padding to footer
jomurgel Dec 17, 2018
ab5d6fb
builds
jomurgel Dec 17, 2018
0747b08
updates scaffolding styles/elements to follow new conventions
jomurgel Dec 17, 2018
441ebdc
builds
jomurgel Dec 17, 2018
52a9a61
adds default styles for radio/checkbox and select dropdown
jomurgel Dec 17, 2018
43aee1b
updates docs
jomurgel Dec 17, 2018
76a2118
resolves alignment issues in main navigation
jomurgel Dec 17, 2018
4835743
resolves close icon inconsistancies
jomurgel Dec 17, 2018
b698686
builds
jomurgel Dec 17, 2018
d4c2c03
adds fixes for ie11
jomurgel Dec 17, 2018
b6d7361
builds
jomurgel Dec 17, 2018
e9ca6a5
adds container width display options to carousel
jomurgel Dec 17, 2018
1df92fc
removes full-width mixin
jomurgel Dec 17, 2018
861e536
adds full-width mixin for helper
jomurgel Dec 17, 2018
540943a
updates media query
jomurgel Dec 17, 2018
cf0ae51
builds
jomurgel Dec 17, 2018
e109dac
sets search form container input min-width to 0
jomurgel Dec 17, 2018
29666e3
builds
jomurgel Dec 17, 2018
50b010e
removes omega reset
jomurgel Dec 17, 2018
a1d4943
uses color variables in form elements for radio/checkbox
jomurgel Dec 18, 2018
2a38e6e
determins that yoast is active before running metabox_prio filter
jomurgel Dec 18, 2018
da36601
replaces normalize with sanitize
jomurgel Dec 26, 2018
3fd9fa4
removes bourbon as a dependency
jomurgel Dec 26, 2018
6543d1d
removes bourbon from gulp
jomurgel Dec 26, 2018
5995121
replaces " with ' in gulpfile
jomurgel Dec 26, 2018
539b939
adds directional property mixin
jomurgel Dec 26, 2018
b0208d7
adds margin mixin
jomurgel Dec 26, 2018
a2ccd61
adds padding mixin
jomurgel Dec 26, 2018
e8d5558
adds position mixin
jomurgel Dec 26, 2018
2b0ae67
adds size mixin
jomurgel Dec 26, 2018
1b391d9
adds unpack shorthand mixin
jomurgel Dec 26, 2018
ac1ba59
adds new mixins
jomurgel Dec 26, 2018
e0feee0
removes clearings partial
jomurgel Dec 26, 2018
8734492
adds mixin utilities into subfilder
jomurgel Dec 26, 2018
759f410
updates clearfix
jomurgel Dec 26, 2018
af846d8
replaces triangle mixin with markup
jomurgel Dec 26, 2018
96e914d
removes font smoothing and legibility — set by default
jomurgel Dec 26, 2018
cdca5ea
removes wordbreak mixin and inlines requirement — used once
jomurgel Dec 26, 2018
41131dd
removes z-index mixin — not used
jomurgel Dec 26, 2018
e6a1763
removes vertical alignment mixin
jomurgel Dec 26, 2018
5b38fd8
remove margin-auto mixin and inlines — used once
jomurgel Dec 26, 2018
32152de
removes hyphens mixin — unsued
jomurgel Dec 26, 2018
3ecb097
removes margin-padding reset and inlines
jomurgel Dec 26, 2018
e5de46d
cleanup mixins and utilities
jomurgel Dec 26, 2018
16bb91f
dds is size, is length and contains falsy function validators
jomurgel Dec 26, 2018
c696249
resolves issues with size mixin
jomurgel Dec 26, 2018
d2889a3
removes clearings styles
jomurgel Dec 26, 2018
e594ee6
updates comment odd background color
jomurgel Dec 26, 2018
54533cf
removes clearfix
jomurgel Dec 26, 2018
2b5b21f
removes instances of clearfix or floats
jomurgel Dec 26, 2018
f4642fc
adds flexbox to comments
jomurgel Dec 26, 2018
b669fac
adds sidebar class to single posts template
jomurgel Dec 26, 2018
a9b2e9a
cleans up post navigation
jomurgel Dec 26, 2018
5b58f90
adds empty style containers for pagination container
jomurgel Dec 26, 2018
1b6b0b9
builds
jomurgel Dec 26, 2018
38674de
resolve link block issues in social nav
jomurgel Dec 26, 2018
e831ec7
adds container to post navigation
jomurgel Dec 26, 2018
04112b2
fixes styles issues with header action button/form container
jomurgel Dec 26, 2018
d87c1f1
builds
jomurgel Dec 26, 2018
8a10bf4
removes unused description
jomurgel Jan 8, 2019
d26167a
resolves html validation errors
jomurgel Jan 8, 2019
7cee3e4
adds missing role="main" to <main> tag
jomurgel Jan 9, 2019
b49b901
Merge branch 'master' into feature/#438-update-grid
jomurgel Jan 17, 2019
5ae6126
escape apostrophe on 404 page
jomurgel Jan 17, 2019
04a1414
removes role="main" from <main> tag.
jomurgel Jan 17, 2019
dceda68
removes clearfix and primary class tweak
jomurgel Jan 17, 2019
2223703
adds .hn class to headings loop
jomurgel Jan 17, 2019
b56abc7
removes empty style partials
jomurgel Jan 17, 2019
9c2b679
adds container-width qualifier for has-background padding
jomurgel Jan 17, 2019
c47651a
escapes apostrophe in content-none partial
jomurgel Jan 17, 2019
8d9ff71
rebuilds all
jomurgel Jan 17, 2019
77d39c9
removes empty selectors
jomurgel Jan 17, 2019
3b8c517
removes space
jomurgel Jan 17, 2019
4196e02
removes empty ruleset
jomurgel Jan 17, 2019
025ce97
adds example documentation to px to rem and px to em
jomurgel Jan 17, 2019
b670ad4
adds aria label to pgination container
jomurgel Jan 17, 2019
ac94eee
adds default not-animated class to animation class function
jomurgel Jan 17, 2019
de551c0
run accordion content through _s_get_the_content function
jomurgel Jan 17, 2019
1f896aa
removes empty class and indents correctly
jomurgel Jan 17, 2019
45fa678
adds container to 404 content
jomurgel Jan 17, 2019
b24ea3f
adds $container-offset breakpoint to accomodate breakpoint above cont…
jomurgel Jan 17, 2019
cc4ffe1
reduce container offset
jomurgel Jan 17, 2019
5ab98f8
adds missing container classes
jomurgel Jan 17, 2019
0e9a9bb
updates mobile nav colors
jomurgel Jan 17, 2019
bbf0f54
adds container class wrapper
jomurgel Jan 17, 2019
b320846
decreases padding on replies which helps mobile
jomurgel Jan 17, 2019
d35b6d0
forces default color on buttons during hover/focus
jomurgel Jan 17, 2019
34d10a2
builds
jomurgel Jan 17, 2019
6991c5f
resolves phpcs error
jomurgel Jan 17, 2019
8a88804
replaces `@extend` with duplicate styles
jomurgel Jan 18, 2019
2d67ecb
builds
jomurgel Jan 18, 2019
d7af028
adds id to carousel slides inside the `_s_display_block_options` func…
jomurgel Jan 18, 2019
d53f644
adds -image to card image alt tag to avoid duplicate link text error
jomurgel Jan 18, 2019
7161ed3
adds title field to video background
jomurgel Jan 18, 2019
197c8cf
adds conditional logic to video background title
jomurgel Jan 18, 2019
3026473
adds background video alt tag
jomurgel Jan 18, 2019
c6a104d
updates header nav
jomurgel Jan 18, 2019
91178db
removes padding from contaienr with background on mobile devices
jomurgel Jan 18, 2019
2ade507
builds
jomurgel Jan 18, 2019
610ff58
Moves the enqueue of Slick scripts to avoid loading CSS in the footer…
coreymcollins Jan 18, 2019
c4e5f08
Adjusts some indentations
coreymcollins Jan 18, 2019
cc942ba
Adds a fallback for video background if no description is set to avoi…
coreymcollins Jan 18, 2019
805812b
Adjusts tags for video backgrounds
coreymcollins Jan 18, 2019
6ec5edb
Fixes an output issue with footer social links
coreymcollins Jan 18, 2019
356048d
Rearranges accordion buttons to fix some a11y issues
coreymcollins Jan 18, 2019
b89db9e
Fixes a spacing issue
coreymcollins Jan 18, 2019
20f0193
Adds a play/pause button so our background videos are more accessible
coreymcollins Jan 18, 2019
4f7161b
Compiles
coreymcollins Jan 18, 2019
683c22e
Adjusts button screen reader text
coreymcollins Jan 18, 2019
d1b7f0b
Adds a check to see if an image exists. Sometimes it may not!
coreymcollins Jan 18, 2019
b2d7c96
restructures main nav wp_nav_menu and adds aria label
jomurgel Jan 18, 2019
a5e04f8
adds container class to nav wrapper
jomurgel Jan 18, 2019
f189505
cleans up styles
jomurgel Jan 18, 2019
57879e1
adds container to nav menu ul
jomurgel Jan 18, 2019
98e99f4
resolves padding issues on desktop devices for main navigation
jomurgel Jan 18, 2019
482d093
removes unecessary acf-content-blocks class if password protected pag…
jomurgel Jan 18, 2019
65f587c
cleanup
jomurgel Jan 18, 2019
61b7193
builds
jomurgel Jan 18, 2019
237b8bf
Merge branch 'master' into feature/#438-update-grid
jomurgel Jan 18, 2019
1ae71f0
Adds a hidden h1 post title to the ACF page template for screen readers
coreymcollins Jan 24, 2019
c4703d4
resolves issues with searchform width on larger screens
jomurgel Jan 24, 2019
1d477f8
fixes calc issue with variable
jomurgel Jan 24, 2019
d95d3e2
builds
jomurgel Jan 24, 2019
3b22e46
removes container class from <main> and moves to ternary in acf template
jomurgel Jan 24, 2019
7465d70
Fixes an extra space in the ACF template
coreymcollins Jan 24, 2019
9a5937d
Fixes a space issue in the carousel class
coreymcollins Jan 24, 2019
196b2be
Adjusts carousel markup and class names to pull in color and animation
coreymcollins Jan 24, 2019
733fde7
Moves colors and animations to Display Options instead of Other Options
coreymcollins Jan 24, 2019
53d45fb
Removes references to Bourbon and Neat throughout various files
coreymcollins Jan 25, 2019
bc0970c
Updates Yarn file
coreymcollins Jan 25, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,22 @@

get_header(); ?>

<div class="primary content-area">
<main id="main" class="site-main">
<main id="main" class="site-main" role="main">

<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Sorry, this page doesn\'t exist.', '_s' ); ?></h1>
</header><!-- .page-header -->
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Sorry, this page doesn\'t exist.', '_s' ); ?></h1>
</header><!-- .page-header -->

<div class="page-content">
<div class="page-content">

<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', '_s' ); ?></p>
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', '_s' ); ?></p>
jomurgel marked this conversation as resolved.
Show resolved Hide resolved

<?php get_search_form(); ?>
<?php get_search_form(); ?>

</div><!-- .page-content -->
</section><!-- .error-404 -->
</div><!-- .page-content -->
</section><!-- .error-404 -->

</main><!-- #main -->
</div><!-- .primary -->
</main><!-- #main -->

<?php get_footer(); ?>
5 changes: 1 addition & 4 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Require our dependencies
const autoprefixer = require( 'autoprefixer' );
const babel = require( 'gulp-babel' );
const bourbon = require( 'bourbon' ).includePaths;
const browserSync = require( 'browser-sync' );
const cheerio = require( 'gulp-cheerio' );
const concat = require( 'gulp-concat' );
Expand All @@ -15,7 +14,6 @@ const gulp = require( 'gulp' );
const gutil = require( 'gulp-util' );
const imagemin = require( 'gulp-imagemin' );
const mqpacker = require( 'css-mqpacker' );
const neat = require( 'bourbon-neat' ).includePaths;
const notify = require( 'gulp-notify' );
const plumber = require( 'gulp-plumber' );
const postcss = require( 'gulp-postcss' );
Expand Down Expand Up @@ -89,7 +87,6 @@ gulp.task( 'postcss', [ 'clean:styles' ], () =>

// Compile Sass using LibSass.
.pipe( sass( {
'includePaths': [].concat( bourbon, neat ),
'errLogToConsole': true,
'outputStyle': 'expanded' // Options: nested, expanded, compact, compressed
} ) )
Expand Down Expand Up @@ -367,7 +364,7 @@ gulp.task( 'watch', function() {
browserSync( {
'open': false, // Open project in a new tab?
'injectChanges': true, // Auto inject changes instead of full reload.
'proxy': 'https://testing.test', // Use https://_s.test:3000 to use BrowserSync.
'proxy': 'https://wds.test', // Use https://_s.test:3000 to use BrowserSync.
'watchOptions': {
'debounceDelay': 500 // Wait 500ms second before injecting.
}
Expand Down
170 changes: 169 additions & 1 deletion acf-json/group_58ebdb1fb1278.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141a511af39",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_596f8981ed9ba",
"label": "Other Options",
Expand Down Expand Up @@ -137,6 +158,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141a661af3a",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5bce04907303c",
"label": "Other Options",
Expand Down Expand Up @@ -188,6 +230,27 @@
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141af4e1b97",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
}
],
"min": "",
Expand Down Expand Up @@ -241,6 +304,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141a741af3b",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_596e6816d2cae",
"label": "Other Options",
Expand Down Expand Up @@ -314,6 +398,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141a831af3c",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_596d1332fff62",
"label": "Other Options",
Expand Down Expand Up @@ -387,6 +492,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141a8c1af3d",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5b1a9c565a1d4",
"label": "Other Options",
Expand Down Expand Up @@ -460,6 +586,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141a981af3e",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_596f7c4f0bbf6",
"label": "Other Options",
Expand Down Expand Up @@ -533,6 +680,27 @@
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_5c141aa11af3f",
"label": "Display Options",
"name": "display_options",
"type": "clone",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"clone": [
"group_5c1418a5dcaec"
],
"display": "seamless",
"layout": "block",
"prefix_label": 0,
"prefix_name": 0
},
{
"key": "field_596fb99f399fe",
"label": "Other Options",
Expand Down Expand Up @@ -593,5 +761,5 @@
],
"active": 1,
"description": "",
"modified": 1540232294
"modified": 1544821519
}
2 changes: 1 addition & 1 deletion acf-json/group_594168e970d85.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@
"hide_on_screen": "",
"active": 0,
"description": "",
"modified": 1538759344
"modified": 1544820844
}
81 changes: 81 additions & 0 deletions acf-json/group_5c1418a5dcaec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"key": "group_5c1418a5dcaec",
"title": "Group: Display Options — To Clone",
"fields": [
{
"key": "field_5c1418dcb3fbf",
"label": "Display Options",
"name": "",
"type": "tab",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"placement": "top",
"endpoint": 0
},
{
"key": "field_5c141b521fc2d",
"label": "Display Options",
"name": "display_options",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "block",
"sub_fields": [
{
"key": "field_5c1418bbb3fbe",
"label": "Block Width",
"name": "block_width",
"type": "radio",
"instructions": "Select whether this block should display at container width or full width.",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"full-width": "Full",
"container-width": "Container"
},
"allow_null": 0,
"other_choice": 0,
"default_value": "container-width",
"layout": "horizontal",
"return_format": "value",
"save_other_choice": 0
}
]
}
],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "post"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": 0,
"description": "",
"modified": 1544821600
}
Loading