Home
last modified time | relevance | path

Searched refs:frontmatter (Results 1 – 4 of 4) sorted by relevance

/template/strap/action/
H A Dtoolbar.php61 $frontmatter = array(
101 'list' => array($frontmatter, $blockquote, $webcode, $twitter, $unit)
/template/strap/ComboStrap/
H A DMetadataFrontmatterStore.php228 …public static function createFromFrontmatterString($page, $frontmatter = null): MetadataFrontmatte… argument
230 if ($frontmatter === null) {
233 $jsonArray = self::frontMatterMatchToAssociativeArray($frontmatter);
237 $frontmatter = new MetadataFrontmatterStore($page, $jsonArray);
238 $frontmatter->setContentWithoutFrontMatter('');
239 return $frontmatter;
H A DPageId.php132 $frontmatter = MetadataFrontmatterStore::createFromPage($resource);
133 $value = $frontmatter->getFromName(self::getPersistentName());
/template/strap/
H A Dcli.php235 $this->frontmatter($startPath, $depth);
486 private function frontmatter($namespaces, $depth) function in cli_plugin_combo