```css
// Property: allowEditing// Description: Specifies if the media should be editable after capture/selection.// Component(s): CameraOptionsType, PhotoGalleryOptionsType'.allow-editing': { allowEditing: true }
'.allow-editing-false': { allowEditing: false }
```