+++ b/config/install/field.field.user.user.commerce_pos_phone_number.yml
@@ -...

Contribution Date
Technology
Contribution Project
Contribution Details
+++ b/config/install/field.field.user.user.commerce_pos_phone_number.yml @@ -0,0 +1,21 @@ +uuid: 25905bbe-b4fd-4493-97c0-804769288c42

UUIDs are instance specific, and they should not get into yml files inside config/install

+++ b/config/install/field.field.user.user.commerce_pos_phone_number.yml @@ -0,0 +1,21 @@ +field_type: telephone

Since this field type is already provided by the core, you don't need to provide a schema for this. Still, if you want to make sure that everything is okay, you can use https://www.drupal.org/project/config_inspector

Drupal Commerce Payment also creates user fields, you can refer the code

Contribution Author
Files count
0
Patches count
0