mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -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' => [
|
'fields' => [
|
||||||
'navigation_title', 'navigation_action', 'date_fields', 'price_fields',
|
'navigation_title', 'navigation_action', 'date_fields', 'price_fields',
|
||||||
'breadcrumbs', 'ad_details', 'ad_details_tab', 'latest_and_view_all_btn',
|
'breadcrumbs', 'ad_details', 'ad_details_tab', 'latest_and_view_all_btn',
|
||||||
'register_page_instruction_logo'
|
'register_page_instruction_logo', 'register_page_alert_link'
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'template' => [
|
'template' => [
|
||||||
|
|||||||
@ -56,6 +56,12 @@ return [
|
|||||||
"mode" => "upload",
|
"mode" => "upload",
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
'register_page_alert_link' => [
|
||||||
|
'type' => 'anomaly.field_type.url',
|
||||||
|
"config" => [
|
||||||
|
"default_value" => "/",
|
||||||
|
]
|
||||||
|
],
|
||||||
'style' => [
|
'style' => [
|
||||||
'type' => 'anomaly.field_type.editor',
|
'type' => 'anomaly.field_type.editor',
|
||||||
],
|
],
|
||||||
|
|||||||
@ -31,6 +31,9 @@ return [
|
|||||||
'register_page_instruction_logo' => [
|
'register_page_instruction_logo' => [
|
||||||
'name' => 'Register Page Instruction Logo',
|
'name' => 'Register Page Instruction Logo',
|
||||||
],
|
],
|
||||||
|
'register_page_alert_link' => [
|
||||||
|
'name' => 'Register Page Alert Link',
|
||||||
|
],
|
||||||
'style' => [
|
'style' => [
|
||||||
'name' => 'Style(CSS)',
|
'name' => 'Style(CSS)',
|
||||||
],
|
],
|
||||||
|
|||||||
@ -49,9 +49,11 @@
|
|||||||
<div class="border small-notice py-3 px-4 mt-3">
|
<div class="border small-notice py-3 px-4 mt-3">
|
||||||
<div class="d-flex text-muted">
|
<div class="d-flex text-muted">
|
||||||
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
||||||
<small class="ml-2 text-muted">
|
<a href="{{ setting_value('visiosoft.theme.base::register_page_alert_link') }}" class="ml-2">
|
||||||
{{ trans('visiosoft.theme.base::field.register_information_note') }}
|
<small class="text-muted">
|
||||||
</small>
|
{{ trans('visiosoft.theme.base::field.register_information_note') }}
|
||||||
|
</small>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user