Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GT-2450 Add support for PageCollectionPages in CYOA tools #700

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. create a HasPages interface

    frett committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bcf9f5e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    487cd50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba80cf8 View commit details
    Browse the repository at this point in the history
  3. add a HasPages.supportsPageType() method to allow a container to spec…

    …ify what types of pages it supports
    frett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ebf0943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c82aa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcd41b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e16fba4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33d6b50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d48addf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e36e371 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. support parentPage parameters

    frett committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e3e0b5a View commit details
    Browse the repository at this point in the history
  2. add support for parsing the parent page override attribute

    this is meant as a temporary workaround to allow older versions of the parser to continue to depend upon the parent attribute
    frett committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3934d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7311a03 View commit details
    Browse the repository at this point in the history