Update README.md: added explanation about entities being templatable#147
Closed
MacDada wants to merge 1 commit intoiantrich:masterfrom
Closed
Update README.md: added explanation about entities being templatable#147MacDada wants to merge 1 commit intoiantrich:masterfrom
entities being templatable#147MacDada wants to merge 1 commit intoiantrich:masterfrom
Conversation
I made it clear what works and what doesn't. Spent quite some time until I realized why my card is not working as expected… And that was because the list of `entities` can not by dynamic, all the entities need to be statically declared.
PaulSD
added a commit
to PaulSD/config-template-card
that referenced
this pull request
Dec 23, 2024
Fixes iantrich#93, Closes iantrich#119, Closes iantrich#147 (This eliminates the need for iantrich#119 and iantrich#147)
PaulSD
added a commit
to PaulSD/config-template-card
that referenced
this pull request
Dec 26, 2024
Fixes iantrich#93, Closes iantrich#119, Closes iantrich#147 (This eliminates the need for iantrich#119 and iantrich#147)
PaulSD
added a commit
to PaulSD/config-template-card
that referenced
this pull request
Feb 14, 2025
Fixes iantrich#93, Closes iantrich#119, Closes iantrich#147 (This eliminates the need for iantrich#119 and iantrich#147)
PaulSD
added a commit
to PaulSD/config-template-card
that referenced
this pull request
Feb 15, 2025
Fixes iantrich#93, Closes iantrich#119, Closes iantrich#147 (This eliminates the need for iantrich#119 and iantrich#147)
PaulSD
added a commit
to PaulSD/config-template-card
that referenced
this pull request
Feb 16, 2025
Fixes iantrich#93, Closes iantrich#119, Closes iantrich#147 (This eliminates the need for iantrich#119 and iantrich#147)
Collaborator
|
Closing as outdated after #153. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I made it clear what works and what doesn't.
Spent quite some time until I realized why my card is not working as expected… And that was because the list of
entitiescan not by dynamic, all the entities need to be statically declared.