Thanks for the reply but this is more specifically about web Services.
https://magazine.joomla.org/all-issues/ ... taste-test
I can successfully create articles there doesn't appear to be the option to update the Schema options.
I'm using the following to build my articles but Web Services doesn't appear to have a way of populating the Schema fields.
https://magazine.joomla.org/all-issues/ ... taste-test
I can successfully create articles there doesn't appear to be the option to update the Schema options.
I'm using the following to build my articles but Web Services doesn't appear to have a way of populating the Schema fields.
Code:
$data = ['title' => $title,'articletext' => $message,'catid' => $categoryId,'language' => '*','metadesc' => '','metakey' => '','metadata' => ['robots' => '','author' => '','rights' => '',],'images' =>['image_intro' => 'images/site/fb/'.$filename.'jpg','image_intro_alt' => $filename,'image_intro_caption' =>'','image_fulltext' => 'images/site/fb/'.$filename.'jpg','image_fulltext_alt' => $filename,'float_fulltext' => '','image_fulltext_caption' => '',],'state' => '1','created_by' => '111','created_by_alias' => 'Test User','created' => $created,];
Statistics: Posted by T1210 — Fri Jul 19, 2024 1:16 am