mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#937 [Register] logo settings
This commit is contained in:
parent
f5061d1349
commit
f6c9260f02
@ -8,7 +8,8 @@ return [
|
||||
'title' => 'visiosoft.theme.base::section.catalog_mode.name',
|
||||
'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'
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@ -49,5 +49,11 @@ return [
|
||||
"default_value" => 1,
|
||||
]
|
||||
],
|
||||
|
||||
'register_page_instruction_logo' => [
|
||||
'type' => 'anomaly.field_type.file',
|
||||
"config" => [
|
||||
"folders" => ['images'],
|
||||
"mode" => "upload",
|
||||
]
|
||||
],
|
||||
];
|
||||
@ -6,4 +6,9 @@
|
||||
font-size: 18px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.personal-advantages img {
|
||||
max-height: 60px;
|
||||
max-width: 60px;
|
||||
}
|
||||
@ -28,4 +28,7 @@ return [
|
||||
'latest_and_view_all_btn' => [
|
||||
'name' => 'Latest and View All Btn',
|
||||
],
|
||||
'register_page_instruction_logo' => [
|
||||
'name' => 'Register Page Instruction Logo',
|
||||
],
|
||||
];
|
||||
@ -40,8 +40,11 @@
|
||||
<div class="col-12 col-md-6 py-3 pr-0 instructions d-none d-md-block">
|
||||
<div class="border personal-advantages py-5 px-5">
|
||||
<div class="d-flex align-items-center mb-4">
|
||||
<img src="{{ img('visiosoft.theme.base::images/register-instruction.png').url }}">
|
||||
<h4 class="ml-3">
|
||||
{% if setting_value('visiosoft.theme.base::register_page_instruction_logo') %}
|
||||
<img class="mr-3"
|
||||
src="{{ file(setting_value('visiosoft.theme.base::register_page_instruction_logo')).url }}">
|
||||
{% endif %}
|
||||
<h4 class="mb-0">
|
||||
{{ trans('visiosoft.theme.base::field.personal_registration_header') }}
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user