mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
528bca0c62
@ -8,10 +8,16 @@ 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'
|
||||
],
|
||||
],
|
||||
'template' => [
|
||||
'title' => 'visiosoft.theme.base::section.template',
|
||||
'fields' => [
|
||||
'style',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -56,4 +56,7 @@ return [
|
||||
"mode" => "upload",
|
||||
]
|
||||
],
|
||||
'style' => [
|
||||
'type' => 'anomaly.field_type.editor',
|
||||
],
|
||||
];
|
||||
@ -4,4 +4,5 @@ return [
|
||||
'catalog_mode' => [
|
||||
'name' => 'Catalog Mode',
|
||||
],
|
||||
'template' => 'Template',
|
||||
];
|
||||
@ -31,4 +31,7 @@ return [
|
||||
'register_page_instruction_logo' => [
|
||||
'name' => 'Register Page Instruction Logo',
|
||||
],
|
||||
'style' => [
|
||||
'name' => 'Style(CSS)',
|
||||
],
|
||||
];
|
||||
@ -4,4 +4,5 @@ return [
|
||||
'catalog_mode' => [
|
||||
'name' => 'Katalog Modu',
|
||||
],
|
||||
'template' => 'Tasarım',
|
||||
];
|
||||
@ -28,4 +28,7 @@ return [
|
||||
'latest_and_view_all_btn' => [
|
||||
'name' => 'Tümünü Görüntüle',
|
||||
],
|
||||
'style' => [
|
||||
'name' => 'Style(CSS)',
|
||||
],
|
||||
];
|
||||
@ -20,6 +20,8 @@
|
||||
|
||||
{{ asset_style("theme.css") }}
|
||||
|
||||
{% include "visiosoft.theme.base::partials/styles" %}
|
||||
|
||||
|
||||
|
||||
{# Important!! #}
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
<style type="text/css">
|
||||
{{ setting_value("visiosoft.theme.base::style")|raw }}
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user