0

私は新しいコンテンツを作成しようとしています:

// Get suggestions template and update with values
$content = $this->app['storage']->getEmptyContent('suggestions');
$content->values['title'] = $title;
$content->values['description'] = $description;

// Save to db
$save = $this->app['storage']->saveContent($content);

statuspublishから返されるデータのように設定されますgetEmptyContent

バックエンドにアクセスすると、保存ステータスがNone. 公開するために実際に作成するにはどうすればよいですか。

4

1 に答える 1