Nova Canvas Help

Configuration

Basic

Full-width / stacked

If things start to feel squished, you might want to make use of the full-width / stacked layouts to give it more space.

Canvas::make('Content') ->stacked() ->fullWidth(),
Screenshot 2024 07 16 at 20 56 39
Screenshot 2024 07 16 at 20 58 05
Screenshot 2024 07 16 at 20 59 06
Screenshot 2024 07 16 at 20 59 53

Read-only

If you want to disable editing you can simply use ->readonly()

Canvas::make('Content') ->readonly(),

Advanced

Last modified: 22 July 2024