FCC Config (ACS)
Overview
FCC Config manages FCC configuration entries with numeric value validation.
Unlike most other modules, FCC Config does not support individual create or update operations — all modifications are performed as batch updates.
The module stores its data in fcc.properties format.
Fields
| Field | Type | Required | Validation |
|---|---|---|---|
Key |
String |
Yes |
Unique identifier for the configuration entry |
Value |
Numeric |
Yes |
Must parse as a valid number |
ValueType |
String |
No |
Type descriptor for the value |
Description |
String |
No |
Free-form text describing the entry |
Available operations
-
Batch update — edit one or more values inline and save all changes at once.
-
Delete — remove an entry via the entry modal.
-
Import — upload a
.propertiesfile (dry-run required before apply). -
Export — download all entries as
fcc.properties.
| There is no single-item create or update API. All value changes are submitted as a batch. |
Review and edit
-
Use the search field to filter by key or description.
-
Select Edit on a row to enter inline value editing (one row at a time).
-
Press kbd:[Esc] to cancel inline changes or click outside the input to finish.
-
All values must be numeric.
-
Edited rows show the Edited badge.
-
Select View to open the entry modal and review full details.
-
Select Edit to adjust the value or description inside the modal.
-
The modal shows created/updated timestamps and authors.
Save changes
-
Update one or more values and select Save changes.
-
Use Reset per row or Discard changes to revert edits.
Import with dry-run
-
Select Import and upload the properties file.
-
Review the dry-run summary and change list.
-
If warnings exist, enable Allow warnings before applying.
-
Apply the import and the list refreshes.
| Read-only users can run dry-run and export, but cannot apply imports or save edits. |
Typical workflow
-
Navigate to the ACS dashboard and select FCC Config.
-
Browse entries using search to filter by key or description.
-
Select Edit on one or more rows to modify values inline (values must be numeric).
-
Edited rows display an Edited badge for visual tracking.
-
Select Save changes to submit all edits as a batch update.
-
Alternatively, use Reset per row or Discard changes to revert before saving.
-
Optionally, Export the current state as
fcc.propertiesfor backup.