Merge pull request #377 from openclassify/vedat

crete css settings
This commit is contained in:
Fatih Alp 2020-03-03 11:46:15 +03:00 committed by GitHub
commit 528bca0c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 1 deletions

View File

@ -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',
],
],
],
],
];

View File

@ -56,4 +56,7 @@ return [
"mode" => "upload",
]
],
'style' => [
'type' => 'anomaly.field_type.editor',
],
];

View File

@ -4,4 +4,5 @@ return [
'catalog_mode' => [
'name' => 'Catalog Mode',
],
'template' => 'Template',
];

View File

@ -31,4 +31,7 @@ return [
'register_page_instruction_logo' => [
'name' => 'Register Page Instruction Logo',
],
'style' => [
'name' => 'Style(CSS)',
],
];

View File

@ -4,4 +4,5 @@ return [
'catalog_mode' => [
'name' => 'Katalog Modu',
],
'template' => 'Tasarım',
];

View File

@ -28,4 +28,7 @@ return [
'latest_and_view_all_btn' => [
'name' => 'Tümünü Görüntüle',
],
'style' => [
'name' => 'Style(CSS)',
],
];

View File

@ -20,6 +20,8 @@
{{ asset_style("theme.css") }}
{% include "visiosoft.theme.base::partials/styles" %}
{# Important!! #}

View File

@ -0,0 +1,3 @@
<style type="text/css">
{{ setting_value("visiosoft.theme.base::style")|raw }}
</style>