Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once added to the manifest and with the exhibit running, the Settings List will appear as its own setting on the Settings Page. The (0) indicates that there are currently no instances of list items in the Screens SettingsList. Click it to view, create, and modify list items.

...

Create a new setting list Setting List item by clicking the Create New button, which will open a modal.

...

This callback is fired for each individual Setting modified, which means that if fields in more than one Setting List Instance item instance are updated, you’ll receive them all as individual setting callbacks, in potentially any order:

...

It is also possible to retrieve SettingsList instances manually.

With two setting list Setting List items in the Screens SettingsList, the following code will deliver JSON-formatted data of the SettingsList schema followed by the items themselves with all associated data.

...