I switched the tarbell.app.TEMPLATE_TYPES variable here from a list to a tuple in #408. I didn't realize that blueprints in the wild were monkey patching that variable as a workaround to enable custom template types.
Whatever the merits of that approach, I don't want to break existing blueprints if it's avoidable (and even if the news org that built that blueprint is gone 😢).
I switched the
tarbell.app.TEMPLATE_TYPES
variable here from a list to a tuple in #408. I didn't realize that blueprints in the wild were monkey patching that variable as a workaround to enable custom template types.Whatever the merits of that approach, I don't want to break existing blueprints if it's avoidable (and even if the news org that built that blueprint is gone 😢).