This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
Currently $site->blueprints() returns an array of to array casted blueprints. It would be more usefull if it would return an array of Kirby\Cms\Blueprint instances instead.
Currently
$site->blueprints()
returns an array of to array casted blueprints. It would be more usefull if it would return an array ofKirby\Cms\Blueprint
instances instead.