arrange-list-cms

## Project setup ``` yarn install ```

Usage no npm install needed!

<script type="module">
  import arrangeListCms from 'https://cdn.skypack.dev/arrange-list-cms';
</script>

README

arrange-list-cms

Props

Name Type Description Default
base-url required String
fields Object () => singleRecord
mulptline Object () => ({ description: true })
section String "video"

Data

Name Type Description Initial value
records array [clone(this.fields)]
updated boolean false
drag boolean false
arrangements array []

Methods

addRecord()

Syntax

addRecord(): void

removeAt()

Syntax

async removeAt(index: unknow): Promise

saveAt()

Syntax

async saveAt(index: unknow): Promise

fetchRecords()

Syntax

async fetchRecords(): Promise

fetchArrange()

Syntax

async fetchArrange(): Promise

saveArrange()

Syntax

async saveArrange(e: unknow): Promise