Skip to content
Snippets Groups Projects

Refs #3461624 - the force key is missing from the config entity

Open Octavian Belu requested to merge issue/tca-3461624:3461624-enforce-token-usage into 3.0.x
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
@@ -20,14 +20,16 @@ use Drupal\tca\TcaSettingsInterface;
* "uuid" = "uuid",
* "active" = "active",
* "token" = "token",
* "public" = "public"
* "public" = "public",
* "force" = "force"
* },
* config_export = {
* "id" = "id",
* "uuid" = "uuid",
* "active" = "active",
* "token" = "token",
* "public" = "public"
* "public" = "public",
* "force" = "force"
* },
* config_export = {
* "id",
@@ -35,6 +37,7 @@ use Drupal\tca\TcaSettingsInterface;
* "active",
* "token",
* "public",
* "force",
* },
* links = {}
* )
Loading