Skip to content

Commit

Permalink
8.3.1
Browse files Browse the repository at this point in the history
Refactor gutenberg codes
  • Loading branch information
hrsetyono committed Jan 28, 2021
1 parent aea56e8 commit 7ac7133
Show file tree
Hide file tree
Showing 28 changed files with 407 additions and 583 deletions.
2 changes: 1 addition & 1 deletion acf-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
$context[ $name ] = get_field( $key );
}

Timber::render( "acf-blocks/{$context['_name']}.twig", $context );
Timber::render( "blocks/acf-{$context['_name']}.twig", $context );
6 changes: 3 additions & 3 deletions acf-json/group_5c05ed6e307b9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "group_5c05ed6e307b9",
"title": "ACF Block - Sample",
"title": "ACF Block - Example",
"fields": [
{
"key": "field_5dcf624f60a97",
Expand Down Expand Up @@ -46,7 +46,7 @@
{
"param": "block",
"operator": "==",
"value": "acf\/sample"
"value": "acf\/acf-example"
}
]
],
Expand All @@ -58,5 +58,5 @@
"hide_on_screen": "",
"active": 1,
"description": "",
"modified": 1584506983
"modified": 1611841582
}
67 changes: 0 additions & 67 deletions acf-json/group_5f1ba50b0878b.json

This file was deleted.

67 changes: 0 additions & 67 deletions acf-json/group_5f1bdc5650dd2.json

This file was deleted.

77 changes: 0 additions & 77 deletions acf-json/group_5f1d380376c97.json

This file was deleted.

43 changes: 0 additions & 43 deletions acf-json/group_5f1e27d9215a5.json

This file was deleted.

88 changes: 0 additions & 88 deletions acf-json/group_5f1e8498f248e.json

This file was deleted.

Loading

0 comments on commit 7ac7133

Please sign in to comment.