neos / Neos.NeosIo

The neos.io website
https://www.neos.io
20 stars 42 forks source link

Get rid of Neos.NodeTypes package #524

Open Sebobo opened 1 year ago

Sebobo commented 1 year ago

We should directly use the specific sub packages we need or migrate to our own components.

Sebobo commented 1 year ago

@crydotsnake is this something you would be interested in doing?

crydotsnake commented 1 year ago

@Sebobo I can take a look at it.

crydotsnake commented 1 year ago

List of NodeTypes that needed to be migrate

The list is not complete. But I will update it from time to time.

Content Elements

Old NodeType Name New NodeType Name Done
Neos.NodeTypes:Text Neos.NeosIo:Text
Neos.NodeTypes:Headline Neos.NeosIo:Headline
Neos.NodeTypes:Image Neos.NeosIo:Image
Neos.NodeTypes:TextWithImage Neos.NeosIo:TextWithImage

Mixins

Old NodeType Name New NodeType Name Done
Neos.NodeTypes:TextMixin Neos.NeosIo:Mixins.TextMixin
Neos.NodeTypes:TitleMixin Neos.NeosIo:Mixins.TitleMixin
Neos.NodeTypes:ContentImageMixin Neos.NeosIo:Mixins.ContentImageMixin
Neos.NodeTypes:ImageMixin Neos.NeosIo:Mixins.ImageMixin
Neos.NodeTypes:ImageCaptionMixin Neos.NeosIo:Mixins.ImageCaptionMixin
Neos.NodeTypes:ImageAlignmentMixin Neos.NeosIo:Mixins.ImageAlignmentMixin