[ 'path' => '/vitec/structureddata/generate', 'target' => StructuredDataController::class . '::generate', ], // Click-to-edit in the product text import's "Current value" column: // read the full raw value / write one field through DataHandler. 'vitec_product_field_get' => [ 'path' => '/vitec/product/field/get', 'target' => ProductTextImportController::class . '::fieldGet', ], 'vitec_product_field_save' => [ 'path' => '/vitec/product/field/save', 'target' => ProductTextImportController::class . '::fieldSave', ], ];