Open pietbrauer opened 8 years ago
Playground pages can be modified with various arguments (Source]:
Currently we support LiveViewEdgeToEdge, LiveViewMode and Name.
LiveViewEdgeToEdge
LiveViewMode
Name
The manifest.plist is written in lib/playgroundbook/page_writer.rb and can easily be extended with the missing parameters described above.
manifest.plist
lib/playgroundbook/page_writer.rb
This can be a good first step for someone who is looking to contribute.
Playground pages can be modified with various arguments (Source]:
Currently we support
LiveViewEdgeToEdge
,LiveViewMode
andName
.The
manifest.plist
is written inlib/playgroundbook/page_writer.rb
and can easily be extended with the missing parameters described above.This can be a good first step for someone who is looking to contribute.