kirby-deprecated-plugins / kirby-blueprint-reader

Kirby Blueprint Reader for Kirby CMS
MIT License
13 stars 1 forks source link
blueprint kirby-cms

Kirby Blueprint Reader

A very easy to use blueprint reader for Kirby CMS.

Version 0.4 - Changelog

Features / Supports

Basic examples

If you have a project blueprint, you can get the title field type by this one-liner:

echo b::blueprint('project', 'fields/title/type');

If you want the complete blueprint data array, you can do that like this:

$data = b::blueprint('project');
print_r($data);

Methods

These are the methods you can use. Read more about them if you need more advanced configurations.

Table of contents

Requirements

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.

License

MIT

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

Credits