# FileBlueprint

Extension of the basic blueprint class to handle all blueprints for files.

****

- Full class name: `Kirby\Cms\FileBlueprint`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cms/FileBlueprint.php#L19>

****

### FileBlueprint

- [$fileBlueprint->__call()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/__call.md)
- [new FileBlueprint()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/__construct.md)
- [$fileBlueprint->__debugInfo()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/__debug-info.md)
- [$fileBlueprint->accept()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/accept.md)
- [$fileBlueprint->acceptAttribute()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/accept-attribute.md)
- [$fileBlueprint->acceptMime()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/accept-mime.md)
- [$fileBlueprint->acceptedFileTemplates()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/accepted-file-templates.md)
- [$fileBlueprint->buttons()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/buttons.md)
- [FileBlueprint::extend()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/extend.md)
- [FileBlueprint::factory()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/factory.md)
- [$fileBlueprint->field()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/field.md)
- [FileBlueprint::fieldError()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/field-error.md)
- [FileBlueprint::fieldProps()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/field-props.md)
- [$fileBlueprint->fields()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/fields.md)
- [FileBlueprint::fieldsProps()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/fields-props.md)
- [FileBlueprint::find()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/find.md)
- [FileBlueprint::helpList()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/help-list.md)
- [$fileBlueprint->isDefault()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/is-default.md)
- [FileBlueprint::load()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/load.md)
- [$fileBlueprint->model()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/model.md)
- [$fileBlueprint->name()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/name.md)
- [$fileBlueprint->section()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/section.md)
- [$fileBlueprint->sections()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/sections.md)
- [$fileBlueprint->tab()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/tab.md)
- [$fileBlueprint->tabs()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/tabs.md)
- [$fileBlueprint->title()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/title.md)
- [$fileBlueprint->toArray()](https://getkirby.com/docs/reference/objects/cms/file-blueprint/to-array.md)