Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions src/Resources/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<title>Sidebar -> Category</title>
<input-field type="single-select">
<name>sidebarCategoryEnabled</name>
<label>Category Enabled</label>
<label>Enable</label>
<options>
<option>
<id>0</id>
Expand All @@ -253,7 +253,7 @@
</input-field>
<input-field type="single-select">
<name>displayNumberOfPosts</name>
<label>Category Display Number Of Posts</label>
<label>Display Number Of Posts</label>
<options>
<option>
<id>0</id>
Expand Down Expand Up @@ -282,7 +282,7 @@
<title>Sidebar -> Recent Post</title>
<input-field type="single-select">
<name>recentPostFormEnabled</name>
<label>Recent Post Enabled</label>
<label>Enable</label>
<options>
<option>
<id>0</id>
Expand Down Expand Up @@ -327,20 +327,20 @@
</input-field>
<input-field type="int">
<name>recentPostNumbers</name>
<label>Recent Post Numbers</label>
<label>Number of Posts</label>
<defaultValue>5</defaultValue>
</input-field>
<input-field type="int">
<name>recentPostSortOrder</name>
<label>Recent Post Sort Order</label>
<label>Recent Posts Sort Order</label>
<defaultValue>30</defaultValue>
</input-field>
</card>
<card>
<title>Sidebar -> Archive</title>
<input-field type="single-select">
<name>archiveWidgetEnabled</name>
<label>Archive Widget Enabled</label>
<label>Enable</label>
<options>
<option>
<id>0</id>
Expand Down Expand Up @@ -370,15 +370,15 @@
</input-field>
<input-field type="int">
<name>archiveWidgetSortOrder</name>
<label>Archive Widget Sort Order</label>
<label>Archive Sort Order</label>
<defaultValue>40</defaultValue>
</input-field>
</card>
<card>
<title>Sidebar -> Tag Cloud</title>
<input-field type="single-select">
<name>tagCloudEnabled</name>
<label>Tag Cloud Widget Enabled</label>
<label>Enable</label>
<options>
<option>
<id>0</id>
Expand All @@ -403,15 +403,15 @@
</input-field>
<input-field type="int">
<name>tagsNumber</name>
<label>Tag Number of Tags</label>
<label>Number of Tags</label>
<defaultValue>50</defaultValue>
</input-field>
</card>
<card>
<title>Sidebar -> RSS</title>
<input-field type="single-select">
<name>rssSidebarEnabled</name>
<label>RSS Sidebar Enabled</label>
<label>Enable</label>
<options>
<option>
<id>0</id>
Expand All @@ -426,17 +426,17 @@
</input-field>
<input-field type="int">
<name>rssSidebarSortOrder</name>
<label>RSS Sidebar Sort Order</label>
<label>RSS Feed Sort Order</label>
<defaultValue>60</defaultValue>
</input-field>
<input-field>
<name>rssSidebarFeedTitle</name>
<label>RSS Sidebar Feed Title</label>
<label>RSS Feed Title</label>
<defaultValue>Blog Rss</defaultValue>
</input-field>
<input-field type="text-editor">
<name>rssSidebarFeedDescription</name>
<label>RSS Sidebar Feed Description</label>
<label>RSS Feed Description</label>
</input-field>
</card>
<card>
Expand Down Expand Up @@ -469,7 +469,7 @@
<title>XML Sitemap</title>
<input-field type="single-select">
<name>blogIndexSitemapEnable</name>
<label>Blog Index Page Enabled</label>
<label>Enable Blog Index Page</label>
<options>
<option>
<id>0</id>
Expand Down Expand Up @@ -524,7 +524,7 @@
</input-field>
<input-field type="single-select">
<name>blogCategoriesSitemapEnable</name>
<label>Blog Categories Enabled</label>
<label>Enable Blog Categories</label>
<options>
<option>
<id>0</id>
Expand Down Expand Up @@ -579,7 +579,7 @@
</input-field>
<input-field type="single-select">
<name>blogPostsSitemapEnable</name>
<label>Blog Posts Enabled</label>
<label>Enable Blog Posts</label>
<options>
<option>
<id>0</id>
Expand Down Expand Up @@ -637,7 +637,7 @@
<title>Social</title>
<input-field type="single-select">
<name>addThisEnabled</name>
<label>AddThis Enabled</label>
<label>Enable AddThis</label>
<options>
<option>
<id>0</id>
Expand Down