New record
Save the record to validate the content type.
- Before you create content types you should create an extension, even an empty one to use as context. This allows things like template paths and settings to be correctly isolated.
- Give your content type a name (CType value) and a title (the label humans read as name of the type, can be LLL reference)
- You should make sure the CType prefix matches the signature of your extension. For example, if your extension is
MyVendor.GreatExtension
then the prefix of your CType should be greatextension_
.
- Or you can use the context provided by
FluidTYPO3.Builder
which is set as default value below.