Skip to content

Commit

Permalink
[Docs] remove embedded data
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Nov 24, 2022
1 parent eac326c commit 8ac2c37
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/02_Bundles/Pimcore_Bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,22 +118,6 @@ final class Configuration implements ConfigurationInterface
#### Serialized Data
This extension allows you to store SerializedData inside a Pimcore DataObject.

#### Embedded Class
This extension allows you to embed other Pimcore Classes into one Pimcore Class.

The data tree looks like this then:

- object
- embeddedObject1
- embeddedObject2
- subEmbeddedObject1

You can inherit this as deep as you want, but be careful. The deeper it goes, the more time it takes to save, as it persists every subobject.

![Embeded Class Data](img/embedded_class_data.png)

![Embeded Class Data](img/embedded_class_tag.png)

### Slug

Pimcore comes with quite useful objects slugs. But it doesn't come with a Slug Generator. CoreShop for the rescue. In Order to use it,
Expand Down

0 comments on commit 8ac2c37

Please sign in to comment.