-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from PRX/feat/205-image-credit-link-field
205: Add image credit URL field
- Loading branch information
Showing
4 changed files
with
124 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
146 changes: 79 additions & 67 deletions
146
wp-content/themes/the-world/acf-json/group_62b485f48c100.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,81 @@ | ||
{ | ||
"key": "group_62b485f48c100", | ||
"title": "File Meta - Migration", | ||
"fields": [ | ||
{ | ||
"key": "field_62b4862efaff1", | ||
"label": "Original URI", | ||
"name": "original_uri", | ||
"aria-label": "", | ||
"type": "text", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "", | ||
"prepend": "", | ||
"append": "", | ||
"maxlength": "" | ||
}, | ||
{ | ||
"key": "field_62b48652faff2", | ||
"label": "Drupal ID", | ||
"name": "fid", | ||
"aria-label": "", | ||
"type": "text", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "", | ||
"prepend": "", | ||
"append": "", | ||
"maxlength": "" | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "attachment", | ||
"operator": "==", | ||
"value": "all" | ||
} | ||
] | ||
], | ||
"menu_order": 10, | ||
"position": "normal", | ||
"style": "seamless", | ||
"label_placement": "top", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"show_in_graphql": 0, | ||
"graphql_field_name": "fileMeta", | ||
"map_graphql_types_from_location_rules": 0, | ||
"graphql_types": "", | ||
"modified": 1709041316 | ||
"key": "group_62b485f48c100", | ||
"title": "File Meta", | ||
"fields": [ | ||
{ | ||
"key": "field_62b4862efaff1", | ||
"label": "Original URI", | ||
"name": "original_uri", | ||
"aria-label": "", | ||
"type": "text", | ||
"instructions": "Holds URL to remote file, usually in S3.", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"show_in_graphql": 0, | ||
"default_value": "", | ||
"maxlength": "", | ||
"placeholder": "", | ||
"prepend": "", | ||
"append": "" | ||
}, | ||
{ | ||
"key": "field_62b48652faff2", | ||
"label": "Drupal ID", | ||
"name": "fid", | ||
"aria-label": "", | ||
"type": "text", | ||
"instructions": "File ID from Drupal prior to migration.", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"show_in_graphql": 0, | ||
"default_value": "", | ||
"maxlength": "", | ||
"placeholder": "", | ||
"prepend": "", | ||
"append": "" | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "attachment", | ||
"operator": "==", | ||
"value": "all" | ||
}, | ||
{ | ||
"param": "current_user_role", | ||
"operator": "==", | ||
"value": "administrator" | ||
}, | ||
{ | ||
"param": "user_role", | ||
"operator": "==", | ||
"value": "administrator" | ||
} | ||
] | ||
], | ||
"menu_order": 10, | ||
"position": "normal", | ||
"style": "seamless", | ||
"label_placement": "top", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"show_in_graphql": 0, | ||
"graphql_field_name": "fileMeta", | ||
"map_graphql_types_from_location_rules": 0, | ||
"graphql_types": "", | ||
"modified": 1714496454 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters