Skip to content

Commit 5726cc0

Browse files
committed
- add wpgraphql-acf to the extensions page.
1 parent 0490ae0 commit 5726cc0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/Admin/Extensions/Registry.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,18 @@ public static function get_extenions(): array {
5959
'name' => 'WPGraphQL',
6060
'homepage' => 'https://wpgraphql.com',
6161
],
62-
]
62+
],
63+
'wp-graphql/wpgraphql-acf' => [
64+
'name' => 'WPGraphQL for Advanced Custom Fields',
65+
'description' => 'WPGraphQL for ACF is a FREE, open source WordPress plugin that exposes ACF Field Groups and Fields to the WPGraphQL Schema, enabling powerful decoupled solutions with modern frontends.',
66+
'documentation_url' => 'https://acf.wpgraphql.com/',
67+
'plugin_url' => 'https://wordpress.org/plugins/wpgraphql-acf/',
68+
'support_url' => 'https://github.com/wp-graphql/wpgraphql-acf/issues/new/choose',
69+
'author' => [
70+
'name' => 'WPGraphQL',
71+
'homepage' => 'https://wpgraphql.com',
72+
],
73+
],
6374
];
6475
}
6576
}

0 commit comments

Comments
 (0)