Closed frozzare closed 5 years ago
Updated output when I save fields in admin.
Old/cached output is returned instead.
$this->box( 'Items', [ papi_property( [ 'slug' => 'items', 'title' => 'Items', 'type' => 'repeater', 'settings' => [ 'items' => [ papi_property( [ 'title' => 'Pages', 'slug' => 'pages', 'type' => 'relationship', 'settings' => [ 'post_type' => [ 'page' ], 'only_once' => true, ], ] ), ], ], ] ), ] );
Can't reproduce. Closing until it happens again.
What I expected
Updated output when I save fields in admin.
What happened instead
Old/cached output is returned instead.
Steps to reproduce
What versions of softwares are you using?