{ __( 'Blueprints', 'altis' ) }
{ __( 'Reusable presets of variants and audiences you can apply to any block from the editor.', 'altis' ) }
setEditing( blankBlueprint() ) }>
{ __( 'New blueprint', 'altis' ) }
}
description={ __( 'Create a reusable preset of variants and audiences, then apply it to any block selection from the editor "…" menu.', 'altis' ) }
title={ __( 'No blueprints yet', 'altis' ) }
/>
}
errorMessage={ error || undefined }
skeleton={ { [ 0, 1, 2 ].map( i => ) }
}
state={ state }
onRetry={ () => invalidateResolution( 'getBlueprints', [] ) }
>
{ blueprints.map( ( blueprint: Blueprint ) => (
setEditing( blueprint ) }
/>
) ) }
);
}