removes test

I am testing the cms webhook. I will do future test on a different repo in the future.
This commit is contained in:
Brian Douglas 2017-06-23 17:17:13 -07:00 committed by GitHub
parent c427fe1d10
commit ff2cc154e1

View File

@ -59,5 +59,3 @@ The control component receives 3 callbacks as props: `onChange`, `onAddAsset` &
Both control and preview widgets receive a `getAsset` selector via props. Displaying the media (or its URI) for the user should always be done via `getAsset`, as it returns an AssetProxy that can return the correct value for both medias already persisted on the server and cached media not yet uploaded.
The actual persistence of the content and medias inserted into the control component are delegated to the backend implementation. The backend will be called with the updated values and a a list of assetProxy objects for each field of the entry, and should return a promise that can resolve into the persisted entry object and the list of the persisted media URIs.
test