Replies: 1 comment 2 replies
-
Hi! You don’t need a list in the config file. The actor name source is a block. It’s invoked on request so it can be dynamic. You can make it do model lookups or whatever you want to find the name. Check out the original PR for some ideas: If you need more examples let me know but hopefully that helps you get going. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the concept of actor names, could be an opportunity to leave a quick note as to why an actor was added to a flipper, however, it seems like it would always require a code merge to update right now by adding it to the config file. What about the ability to just add a short description when adding the actor itself?
bonus idea: what about displaying the date the flipper was added?
Beta Was this translation helpful? Give feedback.
All reactions