Skip to content

feat: formalize an experimental post type#2

Merged
cesarenaldi merged 1 commit intomainfrom
experimental-post
Jun 20, 2025
Merged

feat: formalize an experimental post type#2
cesarenaldi merged 1 commit intomainfrom
experimental-post

Conversation

@cesarenaldi
Copy link
Copy Markdown
Collaborator

No description provided.

* A sub-identifier for the custom post type.
* This is used to differentiate between different custom post types.
*/
name: string;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to discuss internally how this could be leveraged for some sort of filtering.


name: NonEmptyStringSchema.describe(
'A sub-identifier for the custom post type. This is used to differentiate between different custom post types.',
),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What used to be value (a JSON string) should be done with attributes in the most typed way if possible (at first) with JSONString attribute as last resort.

@kualta
Copy link
Copy Markdown
Owner

kualta commented Jun 20, 2025

hey @cesarenaldi do you need this merged? lmk if i can help with anything

@cesarenaldi cesarenaldi merged commit 6012c27 into main Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants