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 ... +===== ===== =========== ============= ============ ================== =====