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