Skip to main content
Module

x/lume/plugins/relations.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.1.4/plugins/relations.ts";

Properties

optional
extensions: string[]

The list of extensions this plugin applies to

optional
idKey: string

The field name used to save the page id

optional
typeKey: string

The field name used to save the page type

foreignKeys: Record<string, string | ForeignKeyOptions>

The foreign keys per type (type => foreign_key)