betty.content_builders.map_attribution module

The map attribution content plugin.

final class betty.content_builders.map_attribution.MapAttribution

Bases: Template, Manufacturable

The attribution for an interactive map.

The map-attribution content builder plugin.

Plugin ID

map-attribution

Class

MapAttribution

Configuration

not configurable

async build_template(document: Document) TemplateBuild

Build template data.

Return a template name, a tuple of a template name and template date to render it. Return None to prevent anything from being rendered at all.

new = <betty.requirement._RequirableDecorator object>