Home > indiekit-preset-fff > IndiekitPresetFFF
IndiekitPresetFFF class
FFF Flavored Frontmatter publication preset for Indiekit.
Signature:
typescript
declare class IndiekitPresetFFF
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(options) | Constructs a new instance of the IndiekitPresetFFF class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | ||
info | readonly | ||
meta | ImportMeta | ||
name | string | ||
options | IndiekitPresetFFFOptions | ||
postTypes | readonly | ({ media: { path: string; url: string; }; name: string; post: { path: string; url: string; }; type: string; } | { name: string; post: { path: string; url: string; }; type: string; media?: undefined; })[] | Post types |
prompts | readonly | { choices: { title: string; value: string; }[]; initial: number; message: string; name: string; type: string; }[] |
Methods
Method | Modifiers | Description |
---|---|---|
init(Indiekit) | ||
postTemplate(properties) | Post template |