From 095a8e951343880fe81c276df4a54bdbbf35165e Mon Sep 17 00:00:00 2001 From: Natanael Fernandes Toscano Araujo <36740164+natanfernandes@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:02:05 -0300 Subject: [PATCH] Dark Kitchen Catalog Setup --- .vtex/catalog-info.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .vtex/catalog-info.yaml diff --git a/.vtex/catalog-info.yaml b/.vtex/catalog-info.yaml new file mode 100644 index 0000000..665453e --- /dev/null +++ b/.vtex/catalog-info.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: flex-layout + description: Flex Layout is a layout structure built within VTEX IO Store + Framework. It allows building complex custom layouts using the concept of + rows and columns, setting the desired block structure and positioning in a + page. + tags: + - typescript + annotations: + vtex.com/janus-acronym: "" + vtex.com/o11y-os-index: "" + grafana/dashboard-selector: "" + github.com/project-slug: vtex-apps/flex-layout + vtex.com/platform-flow-id: "" + backstage.io/techdocs-ref: dir:../ + vtex.com/application-id: BF2J94PH +spec: + lifecycle: stable + owner: te-0013 + type: frontend-ui + dependsOn: []