diff --git a/custom-fields/blog_images_repeater.json b/custom-fields/blog_images_repeater.json deleted file mode 100644 index 80919e8..0000000 --- a/custom-fields/blog_images_repeater.json +++ /dev/null @@ -1,229 +0,0 @@ -[ - { - "key": "group_5c80682ce3d9a", - "title": "Blog Page Images Repeater", - "fields": [ - { - "key": "field_5c80683d2bf8a", - "label": "blog page images repeater", - "name": "blog_page_images_repeater", - "type": "repeater", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "collapsed": "", - "min": 0, - "max": 0, - "layout": "table", - "button_label": "", - "sub_fields": [ - { - "key": "field_5c80688e2245b", - "label": "Select Image Size", - "name": "blog_page_select_image_size", - "type": "select", - "instructions": "Choose image size", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "choices": { - "Full page width": "Full page width", - "Paragraph width": "Paragraph width", - "Small right": "Small right", - "Small left": "Small left" - }, - "default_value": [ - "Full page width" - ], - "allow_null": 0, - "multiple": 0, - "ui": 0, - "return_format": "value", - "ajax": 0, - "placeholder": "" - }, - { - "key": "field_5c8068c12245c", - "label": "Full size", - "name": "blog_page_full_size", - "type": "image", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_5c80688e2245b", - "operator": "==", - "value": "Full page width" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "return_format": "id", - "preview_size": "thumbnail", - "library": "all", - "min_width": "", - "min_height": "", - "min_size": "", - "max_width": "", - "max_height": "", - "max_size": "", - "mime_types": "" - }, - { - "key": "field_5c8068f62245d", - "label": "Paragraph Size", - "name": "blog_page_paragraph_size", - "type": "image", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_5c80688e2245b", - "operator": "==", - "value": "Paragraph width" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "return_format": "id", - "preview_size": "thumbnail", - "library": "all", - "min_width": "", - "min_height": "", - "min_size": "", - "max_width": "", - "max_height": "", - "max_size": "", - "mime_types": "" - }, - { - "key": "field_5c8069222245e", - "label": "Small Right Side", - "name": "blog_page_small_right", - "type": "image", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_5c80688e2245b", - "operator": "==", - "value": "Small right" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "return_format": "id", - "preview_size": "thumbnail", - "library": "all", - "min_width": "", - "min_height": "", - "min_size": "", - "max_width": "", - "max_height": "", - "max_size": "", - "mime_types": "" - }, - { - "key": "field_5c8069542245f", - "label": "Small Left Side", - "name": "blog_page_small_left", - "type": "image", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_5c80688e2245b", - "operator": "==", - "value": "Small left" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "return_format": "id", - "preview_size": "thumbnail", - "library": "all", - "min_width": "", - "min_height": "", - "min_size": "", - "max_width": "", - "max_height": "", - "max_size": "", - "mime_types": "" - }, - { - "key": "field_5c80697322460", - "label": "blog page image text", - "name": "blog_page_image_text", - "type": "text", - "instructions": "", - "required": 0, - "conditional_logic": [ - [ - { - "field": "field_5c80688e2245b", - "operator": "!=empty" - } - ] - ], - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "default_value": "", - "placeholder": "", - "prepend": "", - "append": "", - "maxlength": "" - } - ] - } - ], - "location": [ - [ - { - "param": "post_type", - "operator": "==", - "value": "post" - } - ] - ], - "menu_order": 51, - "position": "normal", - "style": "default", - "label_placement": "top", - "instruction_placement": "label", - "hide_on_screen": "", - "active": 1, - "description": "" - } -] \ No newline at end of file diff --git a/custom-fields/global_title.json b/custom-fields/global_title.json index f84b1d3..33a7474 100644 --- a/custom-fields/global_title.json +++ b/custom-fields/global_title.json @@ -54,22 +54,13 @@ [ { "param": "page", - "operator": "==", - "value": "46" - } - ], - [ - { - "param": "page", - "operator": "==", - "value": "48" - } - ], - [ + "operator": "!=", + "value": "6" + }, { - "param": "page", - "operator": "==", - "value": "55" + "param": "post_type", + "operator": "!=", + "value": "post" } ] ],