generated from pascalmartineau/wp-skeleton
refactor: membership => profile
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -85,8 +85,8 @@ __( "Location", 'ccat' );
|
||||
__( "Location type", 'ccat' );
|
||||
__( "Media type", 'ccat' );
|
||||
__( "Media(s)", 'ccat' );
|
||||
__( "Membership type", 'ccat' );
|
||||
__( "Membership(s)", 'ccat' );
|
||||
__( "Profile type", 'ccat' );
|
||||
__( "Profile(s)", 'ccat' );
|
||||
__( "Message", 'ccat' );
|
||||
__( "Minimum price", 'ccat' );
|
||||
__( "Moral entity", 'ccat' );
|
||||
@@ -110,7 +110,7 @@ __( "Post – Article", 'ccat' );
|
||||
__( "Post – Contributor", 'ccat' );
|
||||
__( "Post – Event", 'ccat' );
|
||||
__( "Post – Location", 'ccat' );
|
||||
__( "Post – Membership", 'ccat' );
|
||||
__( "Post – Profile", 'ccat' );
|
||||
__( "Post – Page", 'ccat' );
|
||||
__( "Post – Project", 'ccat' );
|
||||
__( "Post – Representation", 'ccat' );
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "group_post_membership",
|
||||
"title": "Post - Membership",
|
||||
"key": "group_post_profile",
|
||||
"title": "Post - Profile",
|
||||
"fields": [
|
||||
{
|
||||
"key": "field_68c85464c2413",
|
||||
@@ -525,8 +525,8 @@
|
||||
},
|
||||
{
|
||||
"key": "field_6855b1f1c65bf",
|
||||
"label": "Membership type",
|
||||
"name": "membership_type",
|
||||
"label": "Profile type",
|
||||
"name": "profile_type",
|
||||
"aria-label": "",
|
||||
"type": "select",
|
||||
"instructions": "",
|
||||
@@ -555,7 +555,7 @@
|
||||
"ui": 0,
|
||||
"show_in_graphql": 1,
|
||||
"graphql_description": "",
|
||||
"graphql_field_name": "membershipType",
|
||||
"graphql_field_name": "profileType",
|
||||
"graphql_non_null": 1,
|
||||
"ajax": 0,
|
||||
"placeholder": "",
|
||||
@@ -707,7 +707,7 @@
|
||||
{
|
||||
"param": "post_type",
|
||||
"operator": "==",
|
||||
"value": "membership"
|
||||
"value": "profile"
|
||||
}
|
||||
]
|
||||
],
|
||||
@@ -726,7 +726,7 @@
|
||||
"acfe_form": 0,
|
||||
"acfe_display_title": "",
|
||||
"show_in_graphql": 1,
|
||||
"graphql_field_name": "groupPostMembership",
|
||||
"graphql_field_name": "groupPostProfile",
|
||||
"map_graphql_types_from_location_rules": 0,
|
||||
"graphql_types": "",
|
||||
"acfe_meta": "",
|
||||
Reference in New Issue
Block a user