commercetools-8.x-1.2-alpha1/modules/commercetools_decoupled/components/pages/checkout-form-page/checkout-form-page.component.yml
modules/commercetools_decoupled/components/pages/checkout-form-page/checkout-form-page.component.yml
$schema: https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name: Local checkout form page
status: experimental
group: commercetools
props:
type: object
properties: {}
libraryOverrides:
dependencies:
- commercetools_decoupled/commercetools
- commercetools_decoupled/placeholderify
- commercetools/commercetools.bootstrap_checker
- core/drupal.message
js:
js/CheckoutFormPage.js: { attributes: { type: 'module', defer: true } }
# We have to include here all dependencies of the components used in the
# template to extract translation strings from them by Drupal.
# @see https://medium.com/swissquote-engineering/drupal-8-react-i18n-and-typescript-c43aab12532d
../../../js/organisms/CheckoutForm.js: { attributes: { type: module } }
../../../js/atoms/InputEmail.js: { attributes: { type: module } }
../../../js/atoms/InputCheckbox.js: { attributes: { type: module } }
../../../js/atoms/InputTextfield.js: { attributes: { type: module } }
