Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit fd462ec

Browse files
author
Mateu Aguiló Bosch
committed
fix: remove dependency on consumer_image_styles
1 parent 7858b51 commit fd462ec

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

modules/contenta_graphql/contenta_graphql.info.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

modules/recipes_magazin/recipes_magazin.info.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ dependencies:
1616
- migrate
1717
- jsonapi
1818
- jsonapi_extras
19-
- consumer_image_styles
2019
- views

src/Plugin/Contenta/OptionalModule/ConsumerImageStyles.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ public function buildForm(array $form, FormStateInterface $form_state) {
2727
'#type' => 'item',
2828
'#description' => $this->t("This is a lower budget alternative to services
2929
like Cloudinary, Akamai Image Converter, etc. This module will cover your
30-
needs in 90% of the decoupled projects."),
30+
needs in 90% of the decoupled projects. <strong>This project is
31+
temporarily unavailable.</strong>"),
32+
'#disabled' => TRUE,
3133
];
3234

3335
return $form;

src/Plugin/Contenta/OptionalModule/ContentaGraphQL.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
3636
GraphQL API consider looking at the @link.",
3737
['@link' => $link]
3838
),
39+
'#disabled' => TRUE,
3940
];
4041

4142
return $form;

0 commit comments

Comments
 (0)