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 .properties file (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.

Open the workspace

Navigate to the ACS dashboard and select FCC Config.

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.

Delete

  • Open the entry modal and choose Delete to remove a key.

Export

  • Select Export to download fcc.properties.

Import with dry-run

  1. Select Import and upload the properties file.

  2. Review the dry-run summary and change list.

  3. If warnings exist, enable Allow warnings before applying.

  4. 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

  1. Navigate to the ACS dashboard and select FCC Config.

  2. Browse entries using search to filter by key or description.

  3. Select Edit on one or more rows to modify values inline (values must be numeric).

  4. Edited rows display an Edited badge for visual tracking.

  5. Select Save changes to submit all edits as a batch update.

  6. Alternatively, use Reset per row or Discard changes to revert before saving.

  7. Optionally, Export the current state as fcc.properties for backup.