Skip to content

Populate Static Site Editor Vuex Store with page source content

Enrique Alcántara requested to merge 212560-sse-load-file-content into master

What does this MR do?

Creates a Vuex store action to load a page‘s source content into the Static Site Editor. This MR is part of a series of Merge Requests to deliver #212560 (closed). The other merge requests in this series are:

  • Implement a service that fetches a page source content using GitLab API: !28598 (merged)
  • Display page content in the Static Site Editor: !28472 (merged)

To test this work in your local environment, use the following integration MR: !28615 (closed)

See #212560 (closed) for more information. See the issue to obtain information about high-level design decisions and see user mockups.

Screenshots

This gif shows all the MRs working in conjunction:

load_source_content_data

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Enrique Alcántara

Merge request reports