tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

Legacy camelCase alias added in 2019 when the TinaGitApi interface was introduced (commit bede70a, "improve: add TinaGitApi interface"). Kept for back-compat but should have been removed years ago; parent class also now deprecated (PR #5715).

removal date passed

deprecated September 24, 2019removal September 24, 2021
/**
 * An alias to `commit`
 *
 * @deprecated
 */
onSubmit(data: any): Promise<any> {
  return this.commit(data);
}

Call commit(data) directly — or, preferred, move to the TinaCMS GraphQL mutation flow.

  • JackDevAUJackDevAUadded packages/tinacms/src/toolkit/git-client/git-client.ts2h ago