mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#2559 e-madencilik ads header hide
This commit is contained in:
parent
7393a4872f
commit
9b52d3428f
@ -31,6 +31,7 @@ return [
|
||||
'hide_standard_price_field',
|
||||
'hide_options_field',
|
||||
'listing_page_image',
|
||||
'show_breadcrumb_when_creating_ad',
|
||||
],
|
||||
],
|
||||
'ads_image' => [
|
||||
|
||||
@ -290,4 +290,11 @@ return [
|
||||
'default_value' => 5,
|
||||
],
|
||||
],
|
||||
'show_breadcrumb_when_creating_ad' => [
|
||||
'type' => 'anomaly.field_type.boolean',
|
||||
'config' => [
|
||||
'default_value' => true,
|
||||
'mode' => 'checkbox'
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -179,5 +179,8 @@ return [
|
||||
'user_filter_limit' => [
|
||||
'name' => 'User Filter Limit',
|
||||
'instructions' => 'In the admin panel'
|
||||
]
|
||||
],
|
||||
'show_breadcrumb_when_creating_ad' => [
|
||||
'name' => 'Show Breadcrumb When Creating an Ad',
|
||||
],
|
||||
];
|
||||
|
||||
@ -6,7 +6,9 @@
|
||||
|
||||
{% block content %}
|
||||
<section class="clearfix ad-post-page">
|
||||
{% include "visiosoft.module.advs::new-ad/partials/breadcrumb" %}
|
||||
{% if setting_value('visiosoft.module.advs::show_breadcrumb_when_creating_ad') %}
|
||||
{% include "visiosoft.module.advs::new-ad/partials/breadcrumb" %}
|
||||
{% endif %}
|
||||
<div id="ad-cat-section" class="border rounded shadow-sm bg-light py-4 px-3">
|
||||
<h5 class="mb-3">
|
||||
<img src="{{ img('visiosoft.module.advs::images/ascend.svg').url }}" class="step-icon mr-1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user