Module: Coradoc::CoreModel::FrontmatterBlock::FieldTransform

Defined in:
lib/coradoc/core_model/frontmatter/field_transform.rb

Overview

OCP registry for semantic field transforms applied during format conversion (e.g., ‘authors` array → `author` string when emitting Markdown for Jekyll).

Transforms are directional + format-specific. Each transform declares when it applies and how it rewrites the block’s data hash. Never mutates the input — always returns a new block.

Defined Under Namespace

Classes: Base, Registry