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

feat: update docs Date fields to link to the RFC3339 spec #181

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. - introduces support for graphql_description_after when using `regi…

    …ster_graphql_acf_field_type`, allowing for a string or callback to be passed that will append a string to the description which is populated by the field graphql_description or instructions field.
    
    - implements this on the DatePicker and DateTimePicker field types to show that the string will be output in RFC3339 format
    - updates the description of the startDate and endDate fields of the ACFE_Date_Range type to include a link to the RFC3339 spec
    jasonbahl committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e2ec61e View commit details
    Browse the repository at this point in the history
  2. - update tests to accurately reflect that the description field will …

    …contain a string but might not equal it exactly
    jasonbahl committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d2c28f2 View commit details
    Browse the repository at this point in the history
  3. - composer fix-cs

    - add translators: comments
    jasonbahl committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4938913 View commit details
    Browse the repository at this point in the history