Page MenuHomeWrite.as

Ability to edit standard pages from web UI
Closed, ResolvedPublic

Description

Overview

Let users change standard WF pages from an Admin interface. Including:

  • About page
  • Privacy page

Implementation

Create a new pages table:

_slug_content

Design

Each page to be edited should have its own editing page, e.g. /admin/page/about. We should use the Ace editor, and maybe an HTMLhouse-like interface.

Related Objects

Event Timeline

matt created this object with visibility "Public (No Login Required)".
matt updated the task description. (Show Details)

A few changes:

  • Data is kept in new appcontent table
  • Each page doesn't have its own editing page (something for the future?)
  • Editor takes Markdown, not HTML