Add default tag filter for single-brace template syntax and update help menu icon from circle-help to book-open
This commit is contained in:
parent
0ff888280a
commit
bed8e93624
@ -680,7 +680,8 @@
|
|||||||
const TagFilterService = {
|
const TagFilterService = {
|
||||||
defaultFilters: [
|
defaultFilters: [
|
||||||
{ pattern: "#<% ... %>", regex: "^#<%.*%>$", enabled: true },
|
{ pattern: "#<% ... %>", regex: "^#<%.*%>$", enabled: true },
|
||||||
{ pattern: "#{{ ... }}", regex: "^#\\{\\{.*\\}\\}$", enabled: true }
|
{ pattern: "#{{ ... }}", regex: "^#\\{\\{.*\\}\\}$", enabled: true },
|
||||||
|
{ pattern: "#{ ... }", regex: "^#\\{.*\\}$", enabled: true }
|
||||||
],
|
],
|
||||||
|
|
||||||
getConfig() {
|
getConfig() {
|
||||||
|
|||||||
@ -127,7 +127,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button class="menu-list-row menu-list-button" id="help-open-btn" type="button" role="menuitem">
|
<button class="menu-list-row menu-list-button" id="help-open-btn" type="button" role="menuitem">
|
||||||
<span class="menu-list-icon" aria-hidden="true">
|
<span class="menu-list-icon" aria-hidden="true">
|
||||||
<i data-lucide="circle-help" style="width:17px;height:17px"></i>
|
<i data-lucide="book-open" style="width:17px;height:17px"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="menu-list-content">
|
<span class="menu-list-content">
|
||||||
<span class="menu-list-title">Guide d'utilisation</span>
|
<span class="menu-list-title">Guide d'utilisation</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user