<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
		<referenceBlock name="product.info.details">
			<block class="Custom\Itinerary\Block\Itinerary" name="itinerary.details" template="Custom_Itinerary::itinerary/itinerary.phtml" group="detailed_info" >
				<arguments>
					<argument translate="true" name="title" xsi:type="string">Itinerary Details</argument>
				</arguments>
			</block>
		</referenceBlock>
    </body>
</page>
