-
I'm current trying to set up a way for users to view contact form submissions in the admin section. I'm able to create the part and type. I'm also able to add the part to the type. However, I can't figure out how to add it as a "list" of "clientmessage" and not just a single "clientmessage" this is from my datamigration class:
|
Beta Was this translation helpful? Give feedback.
Answered by
Piedone
Jul 28, 2024
Replies: 1 comment 2 replies
-
You can create the content types from the admin, then generate the corresponding migration code. You can take the Blog and Blog Post content types from the Blog recipe/theme as an inspiration. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tcobbfis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create the content types from the admin, then generate the corresponding migration code. You can take the Blog and Blog Post content types from the Blog recipe/theme as an inspiration.