Skip to content

How to inline a database? #319

Discussion options

You must be logged in to vote

Hello @philippe-pixieset sorry for the late reply, I think GitHub did not notify me.

To create an inline database, you should use the enableInline() method.

$database = Database::create($parent)
    ->changeTitle('Title')
    ->enableInline()
    ->changeProperties([
        DatabaseTitle::create('My Title'),
    ]);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mariosimao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants