You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a sizes property instead of size. Even adapters that map one size to each slot use a sizes array in their config. This creates a standard interface for interacting with sizes within an adapter.
Replace the size property with sizes. Here's an example of what the sizes validation should look like:
You can update this example so that the sizes property can only contain one inner size array, but this step isn't required. Our wrapper configuration tool will ensure your adapter is passed an appropriate number of size values based on the responses provided in DOCUMENTATION.md.
The text was updated successfully, but these errors were encountered:
consumable-adapter/consumable-htb-validator.js
Lines 62 to 68 in 307cc28
Use a sizes property instead of size. Even adapters that map one size to each slot use a sizes array in their config. This creates a standard interface for interacting with sizes within an adapter.
Replace the size property with sizes. Here's an example of what the sizes validation should look like:
You can update this example so that the sizes property can only contain one inner size array, but this step isn't required. Our wrapper configuration tool will ensure your adapter is passed an appropriate number of size values based on the responses provided in DOCUMENTATION.md.
The text was updated successfully, but these errors were encountered: