diff --git a/config/install/features.bundle.default.yml b/config/install/features.bundle.default.yml
index 014a1dc..d6fca1b 100644
--- a/config/install/features.bundle.default.yml
+++ b/config/install/features.bundle.default.yml
@@ -89,7 +89,6 @@ assignments:
         filter_format: filter_format
     enabled: true
     weight: 7
-settings: {  }
 profile_name: ''
 is_profile: false
 
diff --git a/config/schema/features.schema.yml b/config/schema/features.schema.yml
index 7917116..4a0d42a 100644
--- a/config/schema/features.schema.yml
+++ b/config/schema/features.schema.yml
@@ -15,16 +15,9 @@ features.bundle.*:
       type: ignore
       label: "Assignment"
       # @todo Profile a proper config schema.
-    settings:
-      # @todo Profile a proper config schema.
-      type: ignore
     profile_name:
       type: string
       label: "Profile name"
-    weights:
-      type: mapping
-      mapping:
-        type: int
     is_profile:
       type: boolean
       label: "Is install profile"
diff --git a/src/Entity/FeaturesBundle.php b/src/Entity/FeaturesBundle.php
index 5af887b..6662955 100644
--- a/src/Entity/FeaturesBundle.php
+++ b/src/Entity/FeaturesBundle.php
@@ -32,8 +32,6 @@ use Drupal\features\FeaturesBundleInterface;
  *     "machine_name",
  *     "description",
  *     "assignments",
- *     "weights",
- *     "settings",
  *     "profile_name",
  *     "is_profile",
  *   }
