You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yurabakhtin@luke-
Up!
I have a template with a "file" element. This template is planed to be used in many custom pages, most of them have the file, some dont have.
But uploading a file is mandatory by default. As long as you dont upload a file you cannot save the page.
I also tested with a "File Download" element: Same result. As long as you dont upload a file you cannot save the page.
Please let me know if you will be able to solve this issue? In case of negative answer I will proceed on another, less convenient, way (replace file element by a url in a "text" element and store the file separately.
My 2 cents: I am also using Drupal. Drupal has more or less the same "element" system (called "fields" in Drupal). When you add a "file field" in a new template (called "Node Type" in Drupal) there is a check box where you can select/unselect "Mandatory".
If it is not selected the user can then let the page without file.
Could it be possible to get the same feature in Custom pages?
Steps to reproduce:
Even if you dont need a file on this specific page you have to upload one.
The text was updated successfully, but these errors were encountered: