From 6bc2de65bf0c39661337e2f3799ea397af1fafa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:18:41 +0100 Subject: [PATCH] [BUGFIX] Remove citation from around table (#1161) Co-authored-by: lina.wolf --- .../DataProcessing/FilesProcessor.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/ContentObjects/Fluidtemplate/DataProcessing/FilesProcessor.rst b/Documentation/ContentObjects/Fluidtemplate/DataProcessing/FilesProcessor.rst index dc1863752..bc209ba2f 100644 --- a/Documentation/ContentObjects/Fluidtemplate/DataProcessing/FilesProcessor.rst +++ b/Documentation/ContentObjects/Fluidtemplate/DataProcessing/FilesProcessor.rst @@ -312,10 +312,10 @@ This assumes that the image was stored in a FlexForm in the table Three images in the same content element (uid 15) having the FlexForm above would look like this in the the database table :sql:`sys_file_reference`: - ===== ===== =========== ============= ============ ================== ===== - uid pid uid_local uid_foreign tablenames fieldnames ... - ===== ===== =========== ============= ============ ================== ===== - 42 120 12 15 tt_content settings.myImage ... - 43 120 25 15 tt_content settings.myImage ... - 44 120 128 15 tt_content settings.myImage ... - ===== ===== =========== ============= ============ ================== ===== +===== ===== =========== ============= ============ ================== ===== +uid pid uid_local uid_foreign tablenames fieldnames ... +===== ===== =========== ============= ============ ================== ===== +42 120 12 15 tt_content settings.myImage ... +43 120 25 15 tt_content settings.myImage ... +44 120 128 15 tt_content settings.myImage ... +===== ===== =========== ============= ============ ================== =====