mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
remove hint (#3658)
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
Submit
|
||||
</button>
|
||||
</div>
|
||||
{% if feedback.comment_input_hint %}
|
||||
<div class="n8n-feedback-comment-hint">{{ feedback.comment_input_hint }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -64,7 +64,6 @@ extra:
|
||||
positive_button_text: Helpful
|
||||
negative_button_text: Not helpful
|
||||
comment_input_placeholder: This page needs...
|
||||
comment_input_hint: We read all feedback personally
|
||||
thankyou_message: Thanks for your feedback!
|
||||
# https://squidfunk.github.io/mkdocs-material/customization/?h=#additional-css
|
||||
extra_css:
|
||||
@@ -158,7 +157,7 @@ plugins:
|
||||
- search
|
||||
- exclude:
|
||||
glob:
|
||||
# - integrations/builtin/*
|
||||
# - integrations/builtin/*
|
||||
# https://squidfunk.github.io/mkdocs-material/reference/images/#lightbox
|
||||
- glightbox:
|
||||
touchNavigation: false
|
||||
|
||||
Reference in New Issue
Block a user