diff --git a/_affiliates-es/barrier-busters-public-transit-action-group.md b/_affiliates-es/barrier-busters-public-transit-action-group.md index be38060..c558f6d 100644 --- a/_affiliates-es/barrier-busters-public-transit-action-group.md +++ b/_affiliates-es/barrier-busters-public-transit-action-group.md @@ -1,5 +1,6 @@ --- title: Barrier Busters, Grupo de Acción para el Tránsito Público +layout: affiliates en-affiliate: Barrier Busters, Public Transit Action Group --- Sobre el grupo diff --git a/_affiliates/barrier-busters-public-transit-action-group.md b/_affiliates/barrier-busters-public-transit-action-group.md index bf2a627..67fd498 100644 --- a/_affiliates/barrier-busters-public-transit-action-group.md +++ b/_affiliates/barrier-busters-public-transit-action-group.md @@ -1,5 +1,6 @@ --- title: Barrier Busters, Public Transit Action Group +layout: affiliates --- ## About Us diff --git a/admin/config.yml b/admin/config.yml index a79113b..dcb42b2 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -77,8 +77,8 @@ collections: fields: - { label: "Name (English)", name: "title", widget: "string" } - { label: "Info (English)", name: "body", widget: "markdown" } - - { label: "Name (Spanish)", name: "title", widget: "string" } - - { label: "Info (Spanish)", name: "body", widget: "markdown" } + - { label: "Name (Spanish)", name: "title-es", widget: "string" } + - { label: "Info (Spanish)", name: "body-es", widget: "markdown" } - { label: "Ordering", name: "ordering", widget: "select", options: ["important", "first", "neutral", "last"],default: ["neutral"] } - label: "Affiliates" name: "affiliates-en" @@ -97,6 +97,7 @@ collections: config: multiple: false - { label: "Org Name (English)", name: "title", widget: "string" } + - { label: 'Layout', name: 'layout', widget: 'hidden', default: 'affiliates' } - { label: "About (English)", name: "body", widget: "markdown" } - label: "Affiliates Spanish" name: "affiliates-es" @@ -115,6 +116,7 @@ collections: config: multiple: false - { label: "Org Name (Spanish)", name: "title", widget: "string" } + - { label: 'Layout', name: 'layout', widget: 'hidden', default: 'affiliates' } - { label: "About (Spanish)", name: "body", widget: "markdown" } - { label: "Affiliate in English", name: "en-affiliate", widget: "relation", collection: "affiliates-en", search_fields: ["title"], value_field: "title"} - label: "Resources"