You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Documentation/DataStructures.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -110,17 +110,15 @@ files from inside extensions or even external image urls. This is what the File/
110
110
for images:
111
111
112
112
*`SMS\FluidComponents\Domain\Model\Image` (alias: `Image`) is the base class of all image types as well as a factory
113
-
*`SMS\FluidComponents\Domain\Model\LocalImage` wraps a local image resource, e. g. from an extension
114
113
*`SMS\FluidComponents\Domain\Model\RemoteImage` wraps a remote image uri
115
-
*`SMS\FluidComponents\Domain\Model\FalImage` wraps existing FAL objects, such as `File` and `FileReference`
114
+
*`SMS\FluidComponents\Domain\Model\FalImage` wraps existing FAL objects and local image resources, such as `File` and `FileReference` or an image from an extension
116
115
*`SMS\FluidComponents\Domain\Model\PlaceholderImage` generates a placeholder image via placeholder.com
117
116
118
117
for files:
119
118
120
119
*`SMS\FluidComponents\Domain\Model\File` (alias: `File`) is the base class of all file types as well as a factory
121
-
*`SMS\FluidComponents\Domain\Model\LocalFile` wraps a local file, e. g. from an extension
122
120
*`SMS\FluidComponents\Domain\Model\RemoteFile` wraps a remote file uri
123
-
*`SMS\FluidComponents\Domain\Model\FalFile` wraps existing FAL objects, such as `File` and `FileReference`
121
+
*`SMS\FluidComponents\Domain\Model\FalFile` wraps existing FAL objects and local files, such as `File` and `FileReference` or a file from an extension
124
122
125
123
This is how it could look like in the `Atom.Image` component:
0 commit comments