Hello everyone,
Each type of content has its own database table to store each specific field you create for that type of content. By default, the storage of each field is associated with the content type. This is not specific to SEBLOD or Joomla but to the type of storage on a MySQL database.
However, we can control the storage on SEBLOD, and therefore have fields that are stored on another table of the database than that of the type of content.
Example with a content type with a name like FAQ:
If I make a field in this type of content and I do not take care of the storage, by default the field will have
- This field is linked to the following Content Type: seb_faq
So if i make a copy of the content type, the field doesn't come.
Now, why other field come with the copy of a content type?
Because they don't have the same storage, like my title field in my FAQ content type, it's not linked :
And last question, how to create a field without linked?
Click on the and create a field.
So to understand why when we do a content type copy some field come and some field not, you can go to understand storage :
https://www.seblod.com/resources/manuals/advanced/understanding-the-storage
Best.