StoutLogic / acf-builder

An Advanced Custom Field Configuration Builder
GNU General Public License v2.0
792 stars 61 forks source link

List of setLocation values? #109

Open isaacfennell opened 4 years ago

isaacfennell commented 4 years ago

Can't find this documented anywhere, is there a list of available location values? Even in ACF documentation for creating fields via php I can't see it.

I'm trying to show field group on a specific page template but can't debug properly as don't know what it needs to be.

isaacfennell commented 4 years ago

Okay found a solution on the Roots Discourse, would be good to get some documentation on this if possible?

->setLocation('page_template', '==', 'views/about.blade.php');

OrShalmayev commented 4 years ago

Okay found a solution on the Roots Discourse, would be good to get some documentation on this if possible?

->setLocation('page_template', '==', 'views/about.blade.php');

Thank you very much!! searched for this solution

blift commented 2 years ago

In my case

->setLocation('page_template', '==', 'template-home.blade.php');
Sergyus commented 2 years ago

It doesn't work for me for default pages ->setLocation('page_template', '==', 'views/page-contact.blade.php');

EHLOVader commented 2 years ago

Here is a list of the possible setLocation values with the list of their possible values.

page_type
  front_page
  posts_page
  top_level
  parent
  child
post_type
  post
  [slug for custom posttypes]
post_template (or page_template)
  default
  [template file name]
post_status
  publish
  pending
  draft
post_format
  standard
  aside
  chat
  gallery
  link
  image
  quote
  status
  video
  audio
post_category
  category:uncategorized
current_user
  logged_in
  viewing_front
  viewing_back
current_user_role
  administrator
  editor
  author
  contributor
  subscriber
user_form
  all
  add
  edit
  register
user_role
  administrator
  editor
  author
  contributor
  subscriber
taxonomy
  all
  category
  post_tag
  post_format
  genre

attachement
  image
    image (all image)
    image/jpeg
    image/gif
    image/png
    image/bmp
    image/tiff
    image/webp
    image/x-icon
    image/heic
  video
    video (all video)
    video/x-ms-asf
    video/x-ms-wmv
    video/x-ms-wmx
    video/x-ms-wm
    video/avi
    video/divx
    video/x-flv
    video/quicktime
    video/mpeg
    video/mp4
    video/ogg
    video/webm
    video/x-matroska
    video/3gpp
    video/3gpp2
  text
    text (all text)
    text/plain
    text/csv
    text/tab-separated-values
    text/calendar
    text/richtext
    text/css
    text/html
    text/vtt
  application
    application (all application)
    application/ttaf+xml
    application/rtf
    application/javascript
    application/pdf
    application/java
    application/x-tar
    application/zip
    application/x-gzip
    application/rar
    application/x-7z-compressed
    application/octet-stream
    application/msword
    application/vnd.ms-powerpoint
    application/vnd.ms-write
    application/vnd.ms-excel
    application/vnd.ms-access
    application/vnd.ms-project
    application/vnd.openxmlformats-officedocument.wordprocessingml.document
    application/vnd.ms-word.document.macroEnabled.12
    application/vnd.openxmlformats-officedocument.wordprocessingml.template
    application/vnd.ms-word.template.macroEnabled.12
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    application/vnd.ms-excel.sheet.macroEnabled.12
    application/vnd.ms-excel.sheet.binary.macroEnabled.12
    application/vnd.openxmlformats-officedocument.spreadsheetml.template
    application/vnd.ms-excel.template.macroEnabled.12
    application/vnd.ms-excel.addin.macroEnabled.12
    application/vnd.openxmlformats-officedocument.presentationml.presentation
    application/vnd.ms-powerpoint.presentation.macroEnabled.12
    application/vnd.openxmlformats-officedocument.presentationml.slideshow
    application/vnd.ms-powerpoint.slideshow.macroEnabled.12
    application/vnd.openxmlformats-officedocument.presentationml.template
    application/vnd.ms-powerpoint.template.macroEnabled.12
    application/vnd.ms-powerpoint.addin.macroEnabled.12
    application/vnd.openxmlformats-officedocument.presentationml.slide
    application/vnd.ms-powerpoint.slide.macroEnabled.12
    application/onenote
    application/oxps
    application/vnd.ms-xpsdocument
    application/vnd.oasis.opendocument.text
    application/vnd.oasis.opendocument.presentation
    application/vnd.oasis.opendocument.spreadsheet
    application/vnd.oasis.opendocument.graphics
    application/vnd.oasis.opendocument.chart
    application/vnd.oasis.opendocument.database
    application/vnd.oasis.opendocument.formula
    application/wordperfect
    application/vnd.apple.keynote
    application/vnd.apple.numbers
    application/vnd.apple.pages
  audio
    audio (all audio)
    audio/mpeg
    audio/aac
    audio/x-realaudio
    audio/wav
    audio/ogg
    audio/flac
    audio/midi
    audio/x-ms-wma
    audio/x-ms-wax
    audio/x-matroska
comment
  all
  [post types]
widget
  all
  pages
  calendar
  archives
  media_audio
  media_image
  media_gallery
  media_video
  meta
  search
  text
  categories
  recent-posts
  recent-comments
  rss
  tag_cloud
  nav_menu
  custom_html
  block
nav_menu
nav_menu_item
block
options_page