mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #621 from openclassify/dia
add link to the register page alert
This commit is contained in:
commit
bdbc6c0a99
@ -9,7 +9,7 @@ return [
|
||||
'fields' => [
|
||||
'navigation_title', 'navigation_action', 'date_fields', 'price_fields',
|
||||
'breadcrumbs', 'ad_details', 'ad_details_tab', 'latest_and_view_all_btn',
|
||||
'register_page_instruction_logo'
|
||||
'register_page_instruction_logo', 'register_page_alert_link'
|
||||
],
|
||||
],
|
||||
'template' => [
|
||||
|
||||
@ -56,6 +56,12 @@ return [
|
||||
"mode" => "upload",
|
||||
]
|
||||
],
|
||||
'register_page_alert_link' => [
|
||||
'type' => 'anomaly.field_type.url',
|
||||
"config" => [
|
||||
"default_value" => "/",
|
||||
]
|
||||
],
|
||||
'style' => [
|
||||
'type' => 'anomaly.field_type.editor',
|
||||
],
|
||||
|
||||
@ -31,6 +31,9 @@ return [
|
||||
'register_page_instruction_logo' => [
|
||||
'name' => 'Register Page Instruction Logo',
|
||||
],
|
||||
'register_page_alert_link' => [
|
||||
'name' => 'Register Page Alert Link',
|
||||
],
|
||||
'style' => [
|
||||
'name' => 'Style(CSS)',
|
||||
],
|
||||
|
||||
@ -49,9 +49,11 @@
|
||||
<div class="border small-notice py-3 px-4 mt-3">
|
||||
<div class="d-flex text-muted">
|
||||
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
||||
<small class="ml-2 text-muted">
|
||||
{{ trans('visiosoft.theme.base::field.register_information_note') }}
|
||||
</small>
|
||||
<a href="{{ setting_value('visiosoft.theme.base::register_page_alert_link') }}" class="ml-2">
|
||||
<small class="text-muted">
|
||||
{{ trans('visiosoft.theme.base::field.register_information_note') }}
|
||||
</small>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user