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
@tscholze@mredlin On Android, if the contents field in a Page only consists of one element, which is a ContainerContent, the hierarchy is flattened, i.e. the ContainerContent is kicked out and its children are assigned to Page's contents directly.
This together with the "startsWith" check, described in the comment of the Android issue anfema/ion-client-android#173 (comment)
could enable that the BCG app+ION client works with both the old and new ION API
Container Contents:
subtype
can be one ofgeneric
: no content definition, noindex
list
: all outlets of same type and named<container_name>_item
, items containindex
attributestructblock
: all outlet names are unique, noindex
streamblock
: outlets are not unique but containindex
attributesAll Content types:
index
attribute to mark item as part of a listThe text was updated successfully, but these errors were encountered: