Hi,
we are working on AEM 6.3 SP1. In classic ui dialog, we are including 'tab_blueprint' (/libs/foundation/components/page/tab_blueprint) node in my page component dialog using 'cqinclude' xtype. This works in classic ui dialog.
In touch ui, we are incuding 'blueprint' (/libs/foundation/components/page/cq:dialog/content/items/tabs/items/blueprint) node in my page component dialog using 'granite/ui/components/foundation/include' resource type.

This results blank "BluePrint" tab in page properties.

How do we include "BluePrint" tab from foundation page component in touch ui?
What we are missing in this include?