corporate register agreement edited

This commit is contained in:
Muammer Top 2021-02-08 17:37:23 +03:00
parent 6423a74b3e
commit 5723d469db
3 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,7 @@ return [
'show_tax_office',
'show_checkbox_terms_on_register',
'register_protection_url',
'register_corporate_protection_url',
'register_privacy_url',
'hide_register_type_profile',
'show_education_profession',

View File

@ -47,6 +47,12 @@ return [
'default_value' => '#',
]
],
'register_corporate_protection_url' => [
'type' => 'anomaly.field_type.url',
'config' => [
'default_value' => '#'
]
],
'register_privacy_url' => [
'type' => 'anomaly.field_type.url',
'config' => [

View File

@ -17,6 +17,9 @@ return [
'register_protection_url' => [
'name' => 'Register Protection URL',
],
'register_corporate_protection_url' => [
'name' => 'Register Corporate Protection Url',
],
'register_privacy_url' => [
'name' => 'Register Privacy URL',
],