Replies: 1 comment 3 replies
-
Hi @fauwara 👋 This would be a great use case for the "CustomAttributesType" function. You can use it to allow for more precise (or in your case, imprecise, haha) typing on attributes. Here's a similar-ish thread that more details and examples that be relevant in your case too: #450 If type really doesn't matter you can always use the "any" type for your attribute 👍 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an entity who can have multiple properties that the user wants to store.
the user if needed can add more attributes to the entity
the entity is getting created but the additional attribute is not being added "extraAttribute", it is getting ignored
Beta Was this translation helpful? Give feedback.
All reactions