© 2026 Hedgehog Software, LLC
Section
Grid
statePath
return $schema->constantState([ 'payload' => [ 'nested' => [ 'text' => 'value', 'html' => 'value as html', ], ], ])->components([ Section::make(__('Payload'))->statePath('notwork')->schema([ Section::make()->statePath('notwork')->schema([ Section::make()->statePath('notwork')->schema([ Section::make()->statePath('payload')->schema([ CodeEntry::make('section')->statePath('nested'), ]), ]), ]), ]), ]);
CodeEntry::getStatePath()
notwork.notwork.*.nested