This is an automated email from the ASF dual-hosted git repository.

mosermw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a4fa35d98a NIFI-14418 Replaced property reference "Config Body" with 
"Custom MIME Configuration" in IdentifyMimeTypes additionalDetails.md
a4fa35d98a is described below

commit a4fa35d98a9841c5b1525956d6b3c08c90c22d52
Author: dan-s1 <[email protected]>
AuthorDate: Wed Apr 2 15:32:33 2025 +0000

    NIFI-14418 Replaced property reference "Config Body" with "Custom MIME 
Configuration" in IdentifyMimeTypes additionalDetails.md
    
    Signed-off-by: Mike Moser <[email protected]>
    
    Closes #9839
---
 .../additionalDetails.md                                              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.IdentifyMimeType/additionalDetails.md
 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.IdentifyMimeType/additionalDetails.md
index d5134bf8a4..81b102d270 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.IdentifyMimeType/additionalDetails.md
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.IdentifyMimeType/additionalDetails.md
@@ -47,7 +47,7 @@ The following is a non-exhaustive list of MIME Types detected 
by default in NiFi
 * application/zip
 * application/x-lzh
 
-An example value for the Config Body property that will identify a file whose 
contents start with "abcd" as MIME Type "
+An example value for the "Custom MIME Configuration" property that will 
identify a file whose contents start with "abcd" as MIME Type "
 custom/abcd" and with extension ".abcd" would look like the following:
 
 ```xml
@@ -63,5 +63,5 @@ custom/abcd" and with extension ".abcd" would look like the 
following:
 ```
 
 For a more complete list of Tika's default types (and additional details 
regarding customization of the value for the
-Config Body property), please refer
+"Custom MIME Configuration" property), please refer
 to [Apache Tika's 
documentation](https://tika.apache.org/1.22/detection.html#Mime_Magic_Detection)
\ No newline at end of file

Reply via email to