Sha256: cf8f80e1917656b92ff31dc5b8cb771c7a9bf0191a65c33f4a33cbbf16ac6a3e
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 Bytes
Contents
import { TextFieldType, DateTimeType, AssetFieldType, TagFieldType } from './components' const CortexPlugin = { text_field_type: TextFieldType, asset_field_type: AssetFieldType, tag_field_type: TagFieldType, date_time_field_type: DateTimeType } export default CortexPlugin;
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cortex-plugins-core-3.2.0 | node_package/src/index.jsx |
cortex-plugins-core-3.1.0 | node_package/src/index.jsx |
cortex-plugins-core-3.0.0 | node_package/src/index.jsx |