Each field should have an encrypted identifier attribute that stores in which container it is:
['form', instance_id?]
['command', command_key, instance_id?] (EL entity / EL instance / show / dashboard)
['form', instance_id?, editor_field, embed_key]
['command', command_key, editor_field, embed_key]
After this identifier is implemented:
- Remove RequestFieldContainerData handling front / back
- Update HandlesFieldContainer to fetch the container based of the identifier
- Update HandlesFieldContainer to validate embed container authorizations
- Update HandleEmbed to fetch the embed based on the entity + editor field
Each field should have an encrypted
identifierattribute that stores in which container it is:['form', instance_id?]['command', command_key, instance_id?](EL entity / EL instance / show / dashboard)['form', instance_id?, editor_field, embed_key]['command', command_key, editor_field, embed_key]After this identifier is implemented: