/**
* Create CMS rewrite rules, used in multiple locations
*
* @param int $offset
* @param int $limit
*
* @throws Exception
*/
public function sCreateRewriteTableContent($offset = null,
$limit = null, ?ShopContextInterface
$context = null
) { // form urls
$this->
insertFormUrls($offset,
$limit,
$context);
// static pages urls
$this->
insertStaticPageUrls($offset,
$limit,
$context);
} public function createSingleContentTypeUrl(Type
$type): void
{ if (!
$type->
isShowInFrontend()) { return;
}