diff --git a/config/schema/features.schema.yml b/config/schema/features.schema.yml
index 4a0d42a..fdb03f7 100644
--- a/config/schema/features.schema.yml
+++ b/config/schema/features.schema.yml
@@ -21,4 +21,17 @@ features.bundle.*:
     is_profile:
       type: boolean
       label: "Is install profile"
+features.settings:
+  type: config_entity
+  label: 'Features settings'
+  mapping:
+    export:
+      type: mapping
+      mapping:
+        folder:
+          type: string
+          label: "Folder"
+    langcode:
+      type: string
+      label: "Language"
 
