Conditional Permissions based on date

What you could do:

  1. Create a custom field that extends the structure field (give it a new name), as in this example
  2. Instead of the default value, adapt the disabled prop to make it understand query language
  3. Create a page method/page model method that returns a boolean based on date and use that in your query string
1 Like