From commits-return-103271-archive-asf-public=cust-asf.ponee.io@camel.apache.org Thu Jun 25 06:35:43 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id EAA2A18067A for ; Thu, 25 Jun 2020 08:35:42 +0200 (CEST) Received: (qmail 47201 invoked by uid 500); 25 Jun 2020 06:35:41 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 46855 invoked by uid 99); 25 Jun 2020 06:35:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2020 06:35:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F24DB890B6; Thu, 25 Jun 2020 06:35:40 +0000 (UTC) Date: Thu, 25 Jun 2020 06:35:46 +0000 To: "commits@camel.apache.org" Subject: [camel] 08/12: Regen website docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <159306693760.25583.13492949625069371117@gitbox.apache.org> References: <159306693760.25583.13492949625069371117@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 8b9a232b5490bae637e97dff63343249fcdaad1a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200625063540.F24DB890B6@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 8b9a232b5490bae637e97dff63343249fcdaad1a Author: Andrea Cosentino AuthorDate: Thu Jun 25 08:21:43 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/mustache-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/mustache-component.adoc b/docs/components/modules/ROOT/pages/mustache-component.adoc index 027f1ef..506265c 100644 --- a/docs/components/modules/ROOT/pages/mustache-component.adoc +++ b/docs/components/modules/ROOT/pages/mustache-component.adoc @@ -180,7 +180,7 @@ dynamically via a header, so for example: -------------------------------------------------------------------------------------------- from("direct:in"). setHeader(MustacheConstants.MUSTACHE_RESOURCE_URI).constant("path/to/my/template.mustache"). -to("mustache:dummy"); +to("mustache:dummy?allowTemplateFromHeader=true"); -------------------------------------------------------------------------------------------- == The Email Sample