feat: GroupSiteOptions.phoneNumber
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"axepress/wp-graphql-rank-math": "*",
|
"axepress/wp-graphql-rank-math": "*",
|
||||||
|
"lewebsimple/acf-phone": "*",
|
||||||
"lewebsimple/advanced-custom-fields-pro": "*",
|
"lewebsimple/advanced-custom-fields-pro": "*",
|
||||||
"lewebsimple/kaliroots": "*",
|
"lewebsimple/kaliroots": "*",
|
||||||
"lewebsimple/wp-graphql-headless-login": "*",
|
"lewebsimple/wp-graphql-headless-login": "*",
|
||||||
|
|||||||
39
composer.lock
generated
39
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "f563233465b6f95dac3c6b33962f6aed",
|
"content-hash": "e3ce417e8c09ed84502559af141f6530",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "axepress/wp-graphql-plugin-boilerplate",
|
"name": "axepress/wp-graphql-plugin-boilerplate",
|
||||||
@@ -313,6 +313,43 @@
|
|||||||
],
|
],
|
||||||
"time": "2024-06-24T20:46:46+00:00"
|
"time": "2024-06-24T20:46:46+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "lewebsimple/acf-phone",
|
||||||
|
"version": "v3.1.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/lewebsimple/acf-phone.git",
|
||||||
|
"reference": "cf4c6440e0c2cdf7e422423bb629014204e721bf"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://satis.ledevsimple.ca/dist/lewebsimple/acf-phone/lewebsimple-acf-phone-cf4c6440e0c2cdf7e422423bb629014204e721bf-zip-439080.zip",
|
||||||
|
"reference": "cf4c6440e0c2cdf7e422423bb629014204e721bf",
|
||||||
|
"shasum": "f9d7cbcf27985656245285e5bc035578621f1a69"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"lewebsimple/wp-phpcs-ruleset": "*",
|
||||||
|
"php-stubs/acf-pro-stubs": "*",
|
||||||
|
"squizlabs/php_codesniffer": "*"
|
||||||
|
},
|
||||||
|
"type": "wordpress-plugin",
|
||||||
|
"scripts": {
|
||||||
|
"post-create-project-cmd": [
|
||||||
|
"./scripts/post-create.sh"
|
||||||
|
],
|
||||||
|
"lint": [
|
||||||
|
"vendor/bin/phpcs"
|
||||||
|
],
|
||||||
|
"lintfix": [
|
||||||
|
"vendor/bin/phpcbf"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/lewebsimple/acf-phone/tree/v3.1.0",
|
||||||
|
"issues": "https://github.com/lewebsimple/acf-phone/issues"
|
||||||
|
},
|
||||||
|
"time": "2026-01-30T15:01:34+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "lewebsimple/advanced-custom-fields-pro",
|
"name": "lewebsimple/advanced-custom-fields-pro",
|
||||||
"version": "v6.7.0.2",
|
"version": "v6.7.0.2",
|
||||||
|
|||||||
@@ -25,6 +25,28 @@
|
|||||||
"graphql_description": "",
|
"graphql_description": "",
|
||||||
"graphql_field_name": "email",
|
"graphql_field_name": "email",
|
||||||
"graphql_non_null": 1
|
"graphql_non_null": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "field_697cbf414fdd5",
|
||||||
|
"label": "Phone number",
|
||||||
|
"name": "phone_number",
|
||||||
|
"aria-label": "",
|
||||||
|
"type": "phone",
|
||||||
|
"instructions": "",
|
||||||
|
"required": 1,
|
||||||
|
"conditional_logic": 0,
|
||||||
|
"wrapper": {
|
||||||
|
"width": "",
|
||||||
|
"class": "",
|
||||||
|
"id": ""
|
||||||
|
},
|
||||||
|
"initial_country": "CA",
|
||||||
|
"return_format": "national",
|
||||||
|
"allow_in_bindings": 0,
|
||||||
|
"show_in_graphql": 1,
|
||||||
|
"graphql_description": "",
|
||||||
|
"graphql_field_name": "phoneNumber",
|
||||||
|
"graphql_non_null": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"location": [
|
"location": [
|
||||||
@@ -56,5 +78,5 @@
|
|||||||
"graphql_types": "",
|
"graphql_types": "",
|
||||||
"acfe_meta": "",
|
"acfe_meta": "",
|
||||||
"acfe_note": "",
|
"acfe_note": "",
|
||||||
"modified": 1769781294
|
"modified": 1769785033
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user